Class GetMetastoreUsersSchema
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<GroupsMetadata>
getGroups()
Gets the groups.java.lang.String
getMetastoreName()
Gets the metastoreName.java.lang.Long
getTotalCount()
Gets the totalCount.java.util.List<UsersMetadata>
getUsers()
Gets the users.
-
-
-
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
-
-