Class ApplicationLog
- java.lang.Object
-
- com.sap.cloudfoundry.client.facade.domain.ApplicationLog
-
- All Implemented Interfaces:
Comparable<ApplicationLog>
- Direct Known Subclasses:
ImmutableApplicationLog
@Immutable public abstract class ApplicationLog extends Object implements Comparable<ApplicationLog>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApplicationLog.MessageType
-
Constructor Summary
Constructors Constructor Description ApplicationLog()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description intcompareTo(ApplicationLog other)abstract StringgetApplicationGuid()abstract StringgetMessage()abstract ApplicationLog.MessageTypegetMessageType()abstract StringgetSourceId()abstract StringgetSourceName()abstract DategetTimestamp()StringtoString()
-
-
-
Method Detail
-
getApplicationGuid
public abstract String getApplicationGuid()
-
getMessage
public abstract String getMessage()
-
getTimestamp
public abstract Date getTimestamp()
-
getMessageType
public abstract ApplicationLog.MessageType getMessageType()
-
getSourceId
public abstract String getSourceId()
-
getSourceName
public abstract String getSourceName()
-
compareTo
public int compareTo(ApplicationLog other)
- Specified by:
compareToin interfaceComparable<ApplicationLog>
-
-