Class TemplateAssignmentResponse
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.iam_access_groups.v2.model.TemplateAssignmentResponse
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TemplateAssignmentResponse extends com.ibm.cloud.sdk.core.service.model.GenericModelResponse object containing the details of a template assignment.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTemplateAssignmentResponse.OperationThe operation that the assignment applies to (e.g.static interfaceTemplateAssignmentResponse.StatusThe status of the assignment (e.g.static interfaceTemplateAssignmentResponse.TargetTypeThe type of the entity that the assignment applies to.
-
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.StringgetCreatedById()Gets the createdById.java.lang.StringgetHref()Gets the href.java.lang.StringgetId()Gets the id.java.util.DategetLastModifiedAt()Gets the lastModifiedAt.java.lang.StringgetLastModifiedById()Gets the lastModifiedById.java.lang.StringgetOperation()Gets the operation.java.lang.StringgetStatus()Gets the status.java.lang.StringgetTarget()Gets the target.java.lang.StringgetTargetType()Gets the targetType.java.lang.StringgetTemplateId()Gets the templateId.java.lang.StringgetTemplateVersion()Gets the templateVersion.
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the id. The ID of the assignment.- Returns:
- the id
-
getAccountId
public java.lang.String getAccountId()
Gets the accountId. The ID of the account that the assignment belongs to.- Returns:
- the accountId
-
getTemplateId
public java.lang.String getTemplateId()
Gets the templateId. The ID of the template that the assignment is based on.- Returns:
- the templateId
-
getTemplateVersion
public java.lang.String getTemplateVersion()
Gets the templateVersion. The version of the template that the assignment is based on.- Returns:
- the templateVersion
-
getTargetType
public java.lang.String getTargetType()
Gets the targetType. The type of the entity that the assignment applies to.- Returns:
- the targetType
-
getTarget
public java.lang.String getTarget()
Gets the target. The ID of the entity that the assignment applies to.- Returns:
- the target
-
getOperation
public java.lang.String getOperation()
Gets the operation. The operation that the assignment applies to (e.g. 'assign', 'update', 'remove').- Returns:
- the operation
-
getStatus
public java.lang.String getStatus()
Gets the status. The status of the assignment (e.g. 'accepted', 'in_progress', 'succeeded', 'failed', 'superseded').- Returns:
- the status
-
getHref
public java.lang.String getHref()
Gets the href. The URL of the assignment resource.- Returns:
- the href
-
getCreatedAt
public java.util.Date getCreatedAt()
Gets the createdAt. The date and time when the assignment was created.- Returns:
- the createdAt
-
getCreatedById
public java.lang.String getCreatedById()
Gets the createdById. The user or system that created the assignment.- Returns:
- the createdById
-
getLastModifiedAt
public java.util.Date getLastModifiedAt()
Gets the lastModifiedAt. The date and time when the assignment was last updated.- Returns:
- the lastModifiedAt
-
getLastModifiedById
public java.lang.String getLastModifiedById()
Gets the lastModifiedById. The user or system that last updated the assignment.- Returns:
- the lastModifiedById
-
-