@Generated(value="org.immutables.processor.ProxyProcessor") public final class Tag extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Tag.Builder
Builds instances of type
Tag. |
| Modifier and Type | Method and Description |
|---|---|
static Tag.Builder |
builder()
Creates a builder for
Tag. |
boolean |
equals(Object another)
This instance is equal to all instances of
Tag that have equal attribute values. |
String |
getId()
Id for the policy group
|
String |
getTag()
Tag for the policy group
|
int |
hashCode()
Computes a hash code from attributes:
id, tag. |
String |
toString()
Prints the immutable value
Tag with attribute values. |
public String getId()
public String getTag()
public boolean equals(Object another)
Tag that have equal attribute values.public int hashCode()
id, tag.public String toString()
Tag with attribute values.public static Tag.Builder builder()
Tag.Copyright © 2018. All rights reserved.