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 Summary
Constructors Constructor Description AcdCartridges()
-
Method Summary
All 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
-
getId
public java.lang.String getId()
Gets the id.- Returns:
- the id
-
getName
public java.lang.String getName()
Gets the name.- Returns:
- the name
-
getStatus
public java.lang.String getStatus()
Gets the status.- Returns:
- the status
-
getStatusCode
public java.lang.Long getStatusCode()
Gets the statusCode.- Returns:
- the statusCode
-
getStatusLocation
public java.lang.String getStatusLocation()
Gets the statusLocation.- Returns:
- the statusLocation
-
getStartTime
public java.lang.String getStartTime()
Gets the startTime.- Returns:
- the startTime
-
getEndTime
public java.lang.String getEndTime()
Gets the endTime.- Returns:
- the endTime
-
getDuration
public java.lang.String getDuration()
Gets the duration.- Returns:
- the duration
-
getCorrelationId
public java.lang.String getCorrelationId()
Gets the correlationId.- Returns:
- the correlationId
-
getArtifactResponseCode
public java.lang.Long getArtifactResponseCode()
Gets the artifactResponseCode.- Returns:
- the artifactResponseCode
-
getArtifactResponse
public java.util.List<ServiceError> getArtifactResponse()
Gets the artifactResponse.- Returns:
- the artifactResponse
-
-