Class GetMetastoreUsersSchema

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

    public class GetMetastoreUsersSchema
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Get metastore users schema.
    • Method Detail

      • getGroups

        public java.util.List<GroupsMetadata> getGroups()
        Gets the groups. The group list.
        Returns:
        the groups
      • getMetastoreName

        public java.lang.String getMetastoreName()
        Gets the metastoreName. The metastore name.
        Returns:
        the metastoreName
      • getTotalCount

        public java.lang.Long getTotalCount()
        Gets the totalCount. Total number of users and groups.
        Returns:
        the totalCount
      • getUsers

        public java.util.List<UsersMetadata> getUsers()
        Gets the users. The user list.
        Returns:
        the users