Class GetDbConnUsersSchema
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.GetDbConnUsersSchema
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetDbConnUsersSchema extends com.ibm.cloud.sdk.core.service.model.GenericModel
Get Db connection users schema.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDatabaseId()
Gets the databaseId.java.util.List<BucketDbConnGroupsMetadata>
getGroups()
Gets the groups.java.lang.Long
getTotalCount()
Gets the totalCount.java.util.List<BucketDbConnUsersMetadata>
getUsers()
Gets the users.
-
-
-
Method Detail
-
getGroups
public java.util.List<BucketDbConnGroupsMetadata> getGroups()
Gets the groups. The group list.- Returns:
- the groups
-
getTotalCount
public java.lang.Long getTotalCount()
Gets the totalCount. Total number of users and groups.- Returns:
- the totalCount
-
getUsers
public java.util.List<BucketDbConnUsersMetadata> getUsers()
Gets the users. The user list.- Returns:
- the users
-
getDatabaseId
public java.lang.String getDatabaseId()
Gets the databaseId. The db connection id.- Returns:
- the databaseId
-
-