public static class ClientProperties.TagKey extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCustomKey() |
WellKnownKey |
getWellKnownKey() |
int |
hashCode() |
static ClientProperties.TagKey |
of(String key) |
static ClientProperties.TagKey |
of(WellKnownKey key) |
void |
setCustomKey(String customKey) |
void |
setWellKnownKey(WellKnownKey wellKnownKey) |
String |
toString() |
public TagKey()
public TagKey(String text)
public static ClientProperties.TagKey of(WellKnownKey key)
public static ClientProperties.TagKey of(String key)
public WellKnownKey getWellKnownKey()
public void setWellKnownKey(WellKnownKey wellKnownKey)
public String getCustomKey()
public void setCustomKey(String customKey)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.