public final class LinuxGroupView extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Accounts API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
LinuxGroupView() |
| Modifier and Type | Method and Description |
|---|---|
LinuxGroupView |
clone() |
Long |
getGid()
[Output Only] GID.
|
String |
getGroupName()
[Output Only] Group name.
|
List<String> |
getMembers()
[Output Only] List of usernames who belong to the group.
|
LinuxGroupView |
set(String fieldName,
Object value) |
LinuxGroupView |
setGid(Long gid)
[Output Only] GID.
|
LinuxGroupView |
setGroupName(String groupName)
[Output Only] Group name.
|
LinuxGroupView |
setMembers(List<String> members)
[Output Only] List of usernames who belong to the group.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic Long getGid()
null for nonepublic LinuxGroupView setGid(Long gid)
gid - gid or null for nonepublic String getGroupName()
null for nonepublic LinuxGroupView setGroupName(String groupName)
groupName - groupName or null for nonepublic List<String> getMembers()
null for nonepublic LinuxGroupView setMembers(List<String> members)
members - members or null for nonepublic LinuxGroupView set(String fieldName, Object value)
set in class GenericJsonpublic LinuxGroupView clone()
clone in class GenericJson