Class ToolchainModel
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.continuous_delivery.cd_toolchain.v2.model.ToolchainModel
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ToolchainModel extends com.ibm.cloud.sdk.core.service.model.GenericModelModel describing toolchain resource.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAccountId()Gets the accountId.java.util.DategetCreatedAt()Gets the createdAt.java.lang.StringgetCreatedBy()Gets the createdBy.java.lang.StringgetCrn()Gets the crn.java.lang.StringgetDescription()Gets the description.java.lang.StringgetHref()Gets the href.java.lang.StringgetId()Gets the id.java.lang.StringgetLocation()Gets the location.java.lang.StringgetName()Gets the name.java.lang.StringgetResourceGroupId()Gets the resourceGroupId.java.lang.StringgetUiHref()Gets the uiHref.java.util.DategetUpdatedAt()Gets the updatedAt.
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the id. Toolchain ID.- Returns:
- the id
-
getName
public java.lang.String getName()
Gets the name. Toolchain name.- Returns:
- the name
-
getDescription
public java.lang.String getDescription()
Gets the description. Describes the toolchain.- Returns:
- the description
-
getAccountId
public java.lang.String getAccountId()
Gets the accountId. Account ID where toolchain can be found.- Returns:
- the accountId
-
getLocation
public java.lang.String getLocation()
Gets the location. Toolchain region.- Returns:
- the location
-
getResourceGroupId
public java.lang.String getResourceGroupId()
Gets the resourceGroupId. Resource group where the toolchain is located.- Returns:
- the resourceGroupId
-
getCrn
public java.lang.String getCrn()
Gets the crn. Toolchain CRN.- Returns:
- the crn
-
getHref
public java.lang.String getHref()
Gets the href. URI that can be used to retrieve toolchain.- Returns:
- the href
-
getUiHref
public java.lang.String getUiHref()
Gets the uiHref. URL of a user-facing user interface for this toolchain.- Returns:
- the uiHref
-
getCreatedAt
public java.util.Date getCreatedAt()
Gets the createdAt. Toolchain creation timestamp.- Returns:
- the createdAt
-
getUpdatedAt
public java.util.Date getUpdatedAt()
Gets the updatedAt. Latest toolchain update timestamp.- Returns:
- the updatedAt
-
getCreatedBy
public java.lang.String getCreatedBy()
Gets the createdBy. Identity that created the toolchain.- Returns:
- the createdBy
-
-