Class InitializeResource
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.InitializeResource
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InitializeResource extends com.ibm.cloud.sdk.core.service.model.GenericModelResource defining initialization parameters.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInitializeResource.StatusStatus of the initialize operation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerReferencegetContainer()Gets the container.java.util.List<ErrorModelResource>getErrors()Gets the errors.java.lang.StringgetHref()Gets the href.java.util.List<InitializedOption>getInitializedOptions()Gets the initializedOptions.java.util.DategetLastFinishedAt()Gets the lastFinishedAt.java.util.DategetLastStartedAt()Gets the lastStartedAt.java.lang.StringgetStatus()Gets the status.java.lang.StringgetTrace()Gets the trace.ProvidedCatalogWorkflowsgetWorkflows()Gets the workflows.
-
-
-
Method Detail
-
getContainer
public ContainerReference getContainer()
Gets the container. Container reference.- Returns:
- the container
-
getHref
public java.lang.String getHref()
Gets the href. Link to monitor the status of the initialize operation.- Returns:
- the href
-
getStatus
public java.lang.String getStatus()
Gets the status. Status of the initialize operation.- Returns:
- the status
-
getTrace
public java.lang.String getTrace()
Gets the trace. The id to trace the failed initialization operation.- Returns:
- the trace
-
getErrors
public java.util.List<ErrorModelResource> getErrors()
Gets the errors. Set of errors on the latest initialization request.- Returns:
- the errors
-
getLastStartedAt
public java.util.Date getLastStartedAt()
Gets the lastStartedAt. Start time of the last initialization.- Returns:
- the lastStartedAt
-
getLastFinishedAt
public java.util.Date getLastFinishedAt()
Gets the lastFinishedAt. End time of the last initialization.- Returns:
- the lastFinishedAt
-
getInitializedOptions
public java.util.List<InitializedOption> getInitializedOptions()
Gets the initializedOptions. Initialized options.- Returns:
- the initializedOptions
-
getWorkflows
public ProvidedCatalogWorkflows getWorkflows()
Gets the workflows. Resource defining provided workflow definitions.- Returns:
- the workflows
-
-