public final class SerialPortOutput 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 Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
| SerialPortOutput() | 
| Modifier and Type | Method and Description | 
|---|---|
| SerialPortOutput | clone() | 
| String | getContents()[Output Only] The contents of the console output. | 
| String | getKind()[Output Only] Type of the resource. | 
| Long | getNext()[Output Only] The position of the next byte of content, regardless of whether the content
 exists, following the output returned in the `contents` property. | 
| String | getSelfLink()[Output Only] Server-defined URL for this resource. | 
| Long | getStart()The starting byte position of the output that was returned. | 
| SerialPortOutput | set(String fieldName,
   Object value) | 
| SerialPortOutput | setContents(String contents)[Output Only] The contents of the console output. | 
| SerialPortOutput | setKind(String kind)[Output Only] Type of the resource. | 
| SerialPortOutput | setNext(Long next)[Output Only] The position of the next byte of content, regardless of whether the content
 exists, following the output returned in the `contents` property. | 
| SerialPortOutput | setSelfLink(String selfLink)[Output Only] Server-defined URL for this resource. | 
| SerialPortOutput | setStart(Long start)The starting byte position of the output that was returned. | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getContents()
null for nonepublic SerialPortOutput setContents(String contents)
contents - contents or null for nonepublic String getKind()
null for nonepublic SerialPortOutput setKind(String kind)
kind - kind or null for nonepublic Long getNext()
null for nonepublic SerialPortOutput setNext(Long next)
next - next or null for nonepublic String getSelfLink()
null for nonepublic SerialPortOutput setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic Long getStart()
null for nonepublic SerialPortOutput setStart(Long start)
start - start or null for nonepublic SerialPortOutput set(String fieldName, Object value)
set in class GenericJsonpublic SerialPortOutput clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.