public final class LinuxUserView 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 |
|---|
LinuxUserView() |
| Modifier and Type | Method and Description |
|---|---|
LinuxUserView |
clone() |
String |
getGecos()
[Output Only] The GECOS (user information) entry for this account.
|
Long |
getGid()
[Output Only] User's default group ID.
|
String |
getHomeDirectory()
[Output Only] The path to the home directory for this account.
|
String |
getShell()
[Output Only] The path to the login shell for this account.
|
Long |
getUid()
[Output Only] User ID.
|
String |
getUsername()
[Output Only] The username for the account.
|
LinuxUserView |
set(String fieldName,
Object value) |
LinuxUserView |
setGecos(String gecos)
[Output Only] The GECOS (user information) entry for this account.
|
LinuxUserView |
setGid(Long gid)
[Output Only] User's default group ID.
|
LinuxUserView |
setHomeDirectory(String homeDirectory)
[Output Only] The path to the home directory for this account.
|
LinuxUserView |
setShell(String shell)
[Output Only] The path to the login shell for this account.
|
LinuxUserView |
setUid(Long uid)
[Output Only] User ID.
|
LinuxUserView |
setUsername(String username)
[Output Only] The username for the account.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic String getGecos()
null for nonepublic LinuxUserView setGecos(String gecos)
gecos - gecos or null for nonepublic Long getGid()
null for nonepublic LinuxUserView setGid(Long gid)
gid - gid or null for nonepublic String getHomeDirectory()
null for nonepublic LinuxUserView setHomeDirectory(String homeDirectory)
homeDirectory - homeDirectory or null for nonepublic String getShell()
null for nonepublic LinuxUserView setShell(String shell)
shell - shell or null for nonepublic Long getUid()
null for nonepublic LinuxUserView setUid(Long uid)
uid - uid or null for nonepublic String getUsername()
null for nonepublic LinuxUserView setUsername(String username)
username - username or null for nonepublic LinuxUserView set(String fieldName, Object value)
set in class GenericJsonpublic LinuxUserView clone()
clone in class GenericJson