public final class NetworkUtilization
extends com.google.api.client.json.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 App Engine Admin API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description | 
|---|
NetworkUtilization()  | 
| Modifier and Type | Method and Description | 
|---|---|
NetworkUtilization | 
clone()  | 
java.lang.Integer | 
getTargetReceivedBytesPerSecond()
Target bytes received per second. 
 | 
java.lang.Integer | 
getTargetReceivedPacketsPerSecond()
Target packets received per second. 
 | 
java.lang.Integer | 
getTargetSentBytesPerSecond()
Target bytes sent per second. 
 | 
java.lang.Integer | 
getTargetSentPacketsPerSecond()
Target packets sent per second. 
 | 
NetworkUtilization | 
set(java.lang.String fieldName,
   java.lang.Object value)  | 
NetworkUtilization | 
setTargetReceivedBytesPerSecond(java.lang.Integer targetReceivedBytesPerSecond)
Target bytes received per second. 
 | 
NetworkUtilization | 
setTargetReceivedPacketsPerSecond(java.lang.Integer targetReceivedPacketsPerSecond)
Target packets received per second. 
 | 
NetworkUtilization | 
setTargetSentBytesPerSecond(java.lang.Integer targetSentBytesPerSecond)
Target bytes sent per second. 
 | 
NetworkUtilization | 
setTargetSentPacketsPerSecond(java.lang.Integer targetSentPacketsPerSecond)
Target packets sent per second. 
 | 
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Integer getTargetReceivedBytesPerSecond()
null for nonepublic NetworkUtilization setTargetReceivedBytesPerSecond(java.lang.Integer targetReceivedBytesPerSecond)
targetReceivedBytesPerSecond - targetReceivedBytesPerSecond or null for nonepublic java.lang.Integer getTargetReceivedPacketsPerSecond()
null for nonepublic NetworkUtilization setTargetReceivedPacketsPerSecond(java.lang.Integer targetReceivedPacketsPerSecond)
targetReceivedPacketsPerSecond - targetReceivedPacketsPerSecond or null for nonepublic java.lang.Integer getTargetSentBytesPerSecond()
null for nonepublic NetworkUtilization setTargetSentBytesPerSecond(java.lang.Integer targetSentBytesPerSecond)
targetSentBytesPerSecond - targetSentBytesPerSecond or null for nonepublic java.lang.Integer getTargetSentPacketsPerSecond()
null for nonepublic NetworkUtilization setTargetSentPacketsPerSecond(java.lang.Integer targetSentPacketsPerSecond)
targetSentPacketsPerSecond - targetSentPacketsPerSecond or null for nonepublic NetworkUtilization set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic NetworkUtilization clone()
clone in class com.google.api.client.json.GenericJson