Class ApplicationLogEntity
- java.lang.Object
-
- com.sap.cloudfoundry.client.facade.adapters.ApplicationLogEntity
-
- All Implemented Interfaces:
Comparable<ApplicationLogEntity>
- Direct Known Subclasses:
ImmutableApplicationLogEntity
@Immutable @Enclosing public abstract class ApplicationLogEntity extends Object implements Comparable<ApplicationLogEntity>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApplicationLogEntity.LogBody
-
Constructor Summary
Constructors Constructor Description ApplicationLogEntity()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description intcompareTo(ApplicationLogEntity otherLog)abstract StringgetInstanceId()abstract ApplicationLogEntity.LogBodygetLogBody()abstract StringgetSourceId()abstract Map<String,String>getTags()abstract LonggetTimestampInNanoseconds()
-
-
-
Method Detail
-
getTimestampInNanoseconds
public abstract Long getTimestampInNanoseconds()
-
getSourceId
public abstract String getSourceId()
-
getInstanceId
public abstract String getInstanceId()
-
getLogBody
public abstract ApplicationLogEntity.LogBody getLogBody()
-
compareTo
public int compareTo(ApplicationLogEntity otherLog)
- Specified by:
compareToin interfaceComparable<ApplicationLogEntity>
-
-