public class Corpus extends GenericModel
ConceptInsights service.| Constructor and Description |
|---|
Corpus() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccess()
Gets the access.
|
String |
getId()
Gets the id.
|
List<AccountPermission> |
getUsers()
Gets the users.
|
void |
setAccess(String access)
Sets the access.
|
void |
setId(String id)
Sets the id.
|
void |
setUsers(List<AccountPermission> users)
Sets the users.
|
equals, hashCode, toStringpublic String getAccess()
public String getId()
public List<AccountPermission> getUsers()
public void setAccess(String access)
access - The accesspublic void setId(String id)
id - The idpublic void setUsers(List<AccountPermission> users)
users - The usersCopyright © 2015. All rights reserved.