Class RawApplicationLog
- java.lang.Object
-
- com.sap.cloudfoundry.client.facade.adapters.RawApplicationLog
-
- All Implemented Interfaces:
Derivable<ApplicationLog>
- Direct Known Subclasses:
ImmutableRawApplicationLog
@Immutable public abstract class RawApplicationLog extends Object implements Derivable<ApplicationLog>
-
-
Constructor Summary
Constructors Constructor Description RawApplicationLog()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description ApplicationLogderive()abstract org.cloudfoundry.doppler.EnvelopegetEnvelope()
-
-
-
Method Detail
-
getEnvelope
@Parameter public abstract org.cloudfoundry.doppler.Envelope getEnvelope()
-
derive
public ApplicationLog derive()
- Specified by:
derivein interfaceDerivable<ApplicationLog>
-
-