Class CloudAsyncJob
- java.lang.Object
-
- com.sap.cloudfoundry.client.facade.domain.CloudEntity
-
- com.sap.cloudfoundry.client.facade.domain.CloudAsyncJob
-
- All Implemented Interfaces:
Derivable<CloudAsyncJob>
- Direct Known Subclasses:
ImmutableCloudAsyncJob
@Immutable public abstract class CloudAsyncJob extends CloudEntity implements Derivable<CloudAsyncJob>
-
-
Constructor Summary
Constructors Constructor Description CloudAsyncJob()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description CloudAsyncJobderive()abstract StringgetErrors()abstract StringgetOperation()abstract org.cloudfoundry.client.v3.jobs.JobStategetState()abstract StringgetWarnings()-
Methods inherited from class com.sap.cloudfoundry.client.facade.domain.CloudEntity
getGuid, getMetadata, getName, getV3Metadata
-
-
-
-
Method Detail
-
getState
public abstract org.cloudfoundry.client.v3.jobs.JobState getState()
-
getOperation
public abstract String getOperation()
-
getWarnings
public abstract String getWarnings()
-
getErrors
public abstract String getErrors()
-
derive
public CloudAsyncJob derive()
- Specified by:
derivein interfaceDerivable<CloudAsyncJob>
-
-