Class GetEngineUsersSchema
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.GetEngineUsersSchema
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetEngineUsersSchema extends com.ibm.cloud.sdk.core.service.model.GenericModel
Get engine users schema.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getEngineId()
Gets the engineId.java.util.List<EngineGroupsMetadata>
getGroups()
Gets the groups.java.lang.Long
getTotalCount()
Gets the totalCount.java.util.List<EngineUsersMetadata>
getUsers()
Gets the users.
-
-
-
Method Detail
-
getEngineId
public java.lang.String getEngineId()
Gets the engineId. The engine id.- Returns:
- the engineId
-
getGroups
public java.util.List<EngineGroupsMetadata> 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<EngineUsersMetadata> getUsers()
Gets the users. The user list.- Returns:
- the users
-
-