Class ProfileLink
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_identity.v1.model.ProfileLink
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ProfileLink extends com.ibm.cloud.sdk.core.service.model.GenericModelLink details.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.DategetCreatedAt()Gets the createdAt.java.lang.StringgetCrType()Gets the crType.java.lang.StringgetEntityTag()Gets the entityTag.java.lang.StringgetId()Gets the id.ProfileLinkLinkgetLink()Gets the link.java.util.DategetModifiedAt()Gets the modifiedAt.java.lang.StringgetName()Gets the name.
-
-
-
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
-
-