Class AddMembershipMultipleGroupsResponseGroupsItem

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAccessGroupId()
      Gets the accessGroupId.
      java.util.List<Error> getErrors()
      Gets the errors.
      java.lang.Long getStatusCode()
      Gets the statusCode.
      java.lang.String getTrace()
      Gets the trace.
      • 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

      • getAccessGroupId

        public java.lang.String getAccessGroupId()
        Gets the accessGroupId. The access group that the member is to be added to.
        Returns:
        the accessGroupId
      • getStatusCode

        public java.lang.Long getStatusCode()
        Gets the statusCode. The outcome of the add membership operation on this `access_group_id`.
        Returns:
        the statusCode
      • getTrace

        public java.lang.String getTrace()
        Gets the trace. A transaction-id that can be used for debugging purposes.
        Returns:
        the trace
      • getErrors

        public java.util.List<Error> getErrors()
        Gets the errors. List of errors encountered when adding member to access group.
        Returns:
        the errors