public final class LinuxAccountViews 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 |
|---|
LinuxAccountViews() |
| Modifier and Type | Method and Description |
|---|---|
LinuxAccountViews |
clone() |
List<LinuxGroupView> |
getGroupViews()
[Output Only] A list of all groups within a project.
|
String |
getKind()
[Output Only] Type of the resource.
|
List<LinuxUserView> |
getUserViews()
[Output Only] A list of all users within a project.
|
LinuxAccountViews |
set(String fieldName,
Object value) |
LinuxAccountViews |
setGroupViews(List<LinuxGroupView> groupViews)
[Output Only] A list of all groups within a project.
|
LinuxAccountViews |
setKind(String kind)
[Output Only] Type of the resource.
|
LinuxAccountViews |
setUserViews(List<LinuxUserView> userViews)
[Output Only] A list of all users within a project.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic List<LinuxGroupView> getGroupViews()
null for nonepublic LinuxAccountViews setGroupViews(List<LinuxGroupView> groupViews)
groupViews - groupViews or null for nonepublic String getKind()
null for nonepublic LinuxAccountViews setKind(String kind)
kind - kind or null for nonepublic List<LinuxUserView> getUserViews()
null for nonepublic LinuxAccountViews setUserViews(List<LinuxUserView> userViews)
userViews - userViews or null for nonepublic LinuxAccountViews set(String fieldName, Object value)
set in class GenericJsonpublic LinuxAccountViews clone()
clone in class GenericJson