Package com.merative.acd.v1.model
Class AcdCartridges
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.merative.acd.v1.model.AcdCartridges
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class AcdCartridges extends com.ibm.cloud.sdk.core.service.model.GenericModelAcdCartridges contains details of a deployed cartridge.
- 
- 
Constructor SummaryConstructors Constructor Description AcdCartridges()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ServiceError>getArtifactResponse()Gets the artifactResponse.java.lang.LonggetArtifactResponseCode()Gets the artifactResponseCode.java.lang.StringgetCorrelationId()Gets the correlationId.java.lang.StringgetDuration()Gets the duration.java.lang.StringgetEndTime()Gets the endTime.java.lang.StringgetId()Gets the id.java.lang.StringgetName()Gets the name.java.lang.StringgetStartTime()Gets the startTime.java.lang.StringgetStatus()Gets the status.java.lang.LonggetStatusCode()Gets the statusCode.java.lang.StringgetStatusLocation()Gets the statusLocation.
 
- 
- 
- 
Method Detail- 
getIdpublic java.lang.String getId() Gets the id.- Returns:
- the id
 
 - 
getNamepublic java.lang.String getName() Gets the name.- Returns:
- the name
 
 - 
getStatuspublic java.lang.String getStatus() Gets the status.- Returns:
- the status
 
 - 
getStatusCodepublic java.lang.Long getStatusCode() Gets the statusCode.- Returns:
- the statusCode
 
 - 
getStatusLocationpublic java.lang.String getStatusLocation() Gets the statusLocation.- Returns:
- the statusLocation
 
 - 
getStartTimepublic java.lang.String getStartTime() Gets the startTime.- Returns:
- the startTime
 
 - 
getEndTimepublic java.lang.String getEndTime() Gets the endTime.- Returns:
- the endTime
 
 - 
getDurationpublic java.lang.String getDuration() Gets the duration.- Returns:
- the duration
 
 - 
getCorrelationIdpublic java.lang.String getCorrelationId() Gets the correlationId.- Returns:
- the correlationId
 
 - 
getArtifactResponseCodepublic java.lang.Long getArtifactResponseCode() Gets the artifactResponseCode.- Returns:
- the artifactResponseCode
 
 - 
getArtifactResponsepublic java.util.List<ServiceError> getArtifactResponse() Gets the artifactResponse.- Returns:
- the artifactResponse
 
 
- 
 
-