Class ProfileLink

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

    public class ProfileLink
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Link details.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getCreatedAt()
      Gets the createdAt.
      java.lang.String getCrType()
      Gets the crType.
      java.lang.String getEntityTag()
      Gets the entityTag.
      java.lang.String getId()
      Gets the id.
      ProfileLinkLink getLink()
      Gets the link.
      java.util.Date 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. the unique identifier of the link.
        Returns:
        the id
      • getEntityTag

        public java.lang.String getEntityTag()
        Gets the entityTag. version of the link.
        Returns:
        the entityTag
      • getCreatedAt

        public java.util.Date getCreatedAt()
        Gets the createdAt. If set contains a date time string of the creation date in ISO format.
        Returns:
        the createdAt
      • getModifiedAt

        public java.util.Date getModifiedAt()
        Gets the modifiedAt. If set contains a date time string of the last modification date in ISO format.
        Returns:
        the modifiedAt
      • getName

        public java.lang.String getName()
        Gets the name. Optional name of the Link.
        Returns:
        the name
      • getCrType

        public java.lang.String getCrType()
        Gets the crType. The compute resource type. Valid values are VSI, IKS_SA, ROKS_SA.
        Returns:
        the crType
      • getLink

        public ProfileLinkLink getLink()
        Gets the link.
        Returns:
        the link