public static class SerialPortOutput.Builder extends Object
Modifier and Type | Method and Description |
---|---|
SerialPortOutput |
build() |
SerialPortOutput.Builder |
clone() |
String |
getContents()
[Output Only] The contents of the console output.
|
String |
getKind()
[Output Only] Type of the resource.
|
String |
getNext()
[Output Only] The position of the next byte of content from the serial console output.
|
String |
getSelfLink()
[Output Only] Server-defined URL for this resource.
|
String |
getStart()
The starting byte position of the output that was returned.
|
SerialPortOutput.Builder |
mergeFrom(SerialPortOutput other) |
SerialPortOutput.Builder |
setContents(String contents)
[Output Only] The contents of the console output.
|
SerialPortOutput.Builder |
setKind(String kind)
[Output Only] Type of the resource.
|
SerialPortOutput.Builder |
setNext(String next)
[Output Only] The position of the next byte of content from the serial console output.
|
SerialPortOutput.Builder |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for this resource.
|
SerialPortOutput.Builder |
setStart(String start)
The starting byte position of the output that was returned.
|
public SerialPortOutput.Builder mergeFrom(SerialPortOutput other)
public String getContents()
public SerialPortOutput.Builder setContents(String contents)
public String getKind()
public SerialPortOutput.Builder setKind(String kind)
public String getNext()
public SerialPortOutput.Builder setNext(String next)
public String getSelfLink()
public SerialPortOutput.Builder setSelfLink(String selfLink)
public String getStart()
public SerialPortOutput.Builder setStart(String start)
public SerialPortOutput build()
public SerialPortOutput.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.