public static class GuestAttributesEntry.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GuestAttributesEntry |
build() |
GuestAttributesEntry.Builder |
clone() |
String |
getKey()
Key for the guest attribute entry.
|
String |
getNamespace()
Namespace for the guest attribute entry.
|
String |
getValue()
Value for the guest attribute entry.
|
GuestAttributesEntry.Builder |
mergeFrom(GuestAttributesEntry other) |
GuestAttributesEntry.Builder |
setKey(String key)
Key for the guest attribute entry.
|
GuestAttributesEntry.Builder |
setNamespace(String namespace)
Namespace for the guest attribute entry.
|
GuestAttributesEntry.Builder |
setValue(String value)
Value for the guest attribute entry.
|
public GuestAttributesEntry.Builder mergeFrom(GuestAttributesEntry other)
public String getKey()
public GuestAttributesEntry.Builder setKey(String key)
public String getNamespace()
public GuestAttributesEntry.Builder setNamespace(String namespace)
public String getValue()
public GuestAttributesEntry.Builder setValue(String value)
public GuestAttributesEntry build()
public GuestAttributesEntry.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.