Class TemplateAssignmentVerboseResponse

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

    public class TemplateAssignmentVerboseResponse
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Response object containing the details of a template assignment.
    • 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. 'create', 'update', 'delete').
        Returns:
        the operation
      • getStatus

        public java.lang.String getStatus()
        Gets the status. The status of the assignment (e.g. 'pending', 'success', 'failure').
        Returns:
        the status
      • getResources

        public java.util.List<ResourceListWithTargetAccountID> getResources()
        Gets the resources. List of resources for the assignment.
        Returns:
        the resources
      • 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