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.GenericModel
AcdCartridges 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.Long
getArtifactResponseCode()
Gets the artifactResponseCode.java.lang.String
getCorrelationId()
Gets the correlationId.java.lang.String
getDuration()
Gets the duration.java.lang.String
getEndTime()
Gets the endTime.java.lang.String
getId()
Gets the id.java.lang.String
getName()
Gets the name.java.lang.String
getStartTime()
Gets the startTime.java.lang.String
getStatus()
Gets the status.java.lang.Long
getStatusCode()
Gets the statusCode.java.lang.String
getStatusLocation()
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
-
-