@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
|
String |
getType()
Type for the policy group
|
int |
hashCode()
Computes a hash code from attributes:
id, tag, type. |
String |
toString()
Prints the immutable value
Tag with attribute values. |
public String getId()
public String getTag()
public String getType()
public boolean equals(Object another)
Tag that have equal attribute values.public int hashCode()
id, tag, type.public String toString()
Tag with attribute values.public static Tag.Builder builder()
Tag.
Tag.builder()
.id(String) // required id
.tag(String) // required tag
.type(String | null) // nullable type
.build();
Copyright © 2020. All rights reserved.