| Modifier and Type | Class and Description |
|---|---|
static class |
Instance.Tags.Builder |
| Constructor and Description |
|---|
Instance.Tags(String fingerprint,
Set<String> items) |
| Modifier and Type | Method and Description |
|---|---|
static Instance.Tags.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getFingerprint()
Gets the fingerprint for the items - needed for updating them.
|
Set<String> |
getItems()
Used to identify valid sources or targets for network firewalls.
|
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
String |
toString() |
@ConstructorProperties(value={"fingerprint","items"}) public Instance.Tags(String fingerprint, @Nullable Set<String> items)
public Set<String> getItems()
public String getFingerprint()
protected com.google.common.base.Objects.ToStringHelper string()
public static Instance.Tags.Builder builder()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.