Class ToolchainPatch

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ToolchainPatch
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Response structure for PATCH toolchain.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAccountId()
      Gets the accountId.
      java.util.Date getCreatedAt()
      Gets the createdAt.
      java.lang.String getCreatedBy()
      Gets the createdBy.
      java.lang.String getCrn()
      Gets the crn.
      java.lang.String getDescription()
      Gets the description.
      java.lang.String getHref()
      Gets the href.
      java.lang.String getId()
      Gets the id.
      java.lang.String getLocation()
      Gets the location.
      java.lang.String getName()
      Gets the name.
      java.lang.String getResourceGroupId()
      Gets the resourceGroupId.
      java.lang.String getUiHref()
      Gets the uiHref.
      java.util.Date getUpdatedAt()
      Gets the updatedAt.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • 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