public static class GuestAttributes.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GuestAttributes |
build() |
GuestAttributes.Builder |
clone() |
String |
getKind()
[Output Only] Type of the resource.
|
String |
getQueryPath()
The path to be queried.
|
GuestAttributesValue |
getQueryValue()
[Output Only] The value of the requested queried path.
|
String |
getSelfLink()
[Output Only] Server-defined URL for this resource.
|
String |
getVariableKey()
The key to search for.
|
String |
getVariableValue()
[Output Only] The value found for the requested key.
|
GuestAttributes.Builder |
mergeFrom(GuestAttributes other) |
GuestAttributes.Builder |
setKind(String kind)
[Output Only] Type of the resource.
|
GuestAttributes.Builder |
setQueryPath(String queryPath)
The path to be queried.
|
GuestAttributes.Builder |
setQueryValue(GuestAttributesValue queryValue)
[Output Only] The value of the requested queried path.
|
GuestAttributes.Builder |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for this resource.
|
GuestAttributes.Builder |
setVariableKey(String variableKey)
The key to search for.
|
GuestAttributes.Builder |
setVariableValue(String variableValue)
[Output Only] The value found for the requested key.
|
public GuestAttributes.Builder mergeFrom(GuestAttributes other)
public String getKind()
public GuestAttributes.Builder setKind(String kind)
public String getQueryPath()
public GuestAttributes.Builder setQueryPath(String queryPath)
public GuestAttributesValue getQueryValue()
public GuestAttributes.Builder setQueryValue(GuestAttributesValue queryValue)
public String getSelfLink()
public GuestAttributes.Builder setSelfLink(String selfLink)
public String getVariableKey()
public GuestAttributes.Builder setVariableKey(String variableKey)
public String getVariableValue()
public GuestAttributes.Builder setVariableValue(String variableValue)
public GuestAttributes build()
public GuestAttributes.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.