Class ServiceIdGroup

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

    public class ServiceIdGroup
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    ServiceIdGroup.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAccountId()
      Gets the accountId.
      java.lang.String 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 getEntityTag()
      Gets the entityTag.
      java.lang.String getId()
      Gets the id.
      java.lang.String getModifiedAt()
      Gets the modifiedAt.
      java.lang.String getName()
      Gets the name.
      • 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. ID of the the service ID group.
        Returns:
        the id
      • getEntityTag

        public java.lang.String getEntityTag()
        Gets the entityTag. Version of the service ID group details object. You need to specify this value when updating the service ID group to avoid stale updates.
        Returns:
        the entityTag
      • getAccountId

        public java.lang.String getAccountId()
        Gets the accountId. ID of the account the service ID group belongs to.
        Returns:
        the accountId
      • getCrn

        public java.lang.String getCrn()
        Gets the crn. Cloud Resource Name of the item.
        Returns:
        the crn
      • getName

        public java.lang.String getName()
        Gets the name. Name of the service ID group. Unique in the account.
        Returns:
        the name
      • getDescription

        public java.lang.String getDescription()
        Gets the description. Description of the service ID group.
        Returns:
        the description
      • getCreatedAt

        public java.lang.String getCreatedAt()
        Gets the createdAt. Timestamp of when the service ID group was created.
        Returns:
        the createdAt
      • getCreatedBy

        public java.lang.String getCreatedBy()
        Gets the createdBy. IAM ID of the user or service which created the Service Id group.
        Returns:
        the createdBy
      • getModifiedAt

        public java.lang.String getModifiedAt()
        Gets the modifiedAt. Timestamp of when the service ID group was modified.
        Returns:
        the modifiedAt