@Generated(value="org.immutables.processor.ProxyProcessor") public final class ModificationTag extends Object
_ModificationTag.
Use the builder to create immutable instances:
ModificationTag.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
ModificationTag.Builder
Builds instances of type
ModificationTag. |
| Modifier and Type | Method and Description |
|---|---|
static ModificationTag.Builder |
builder()
Creates a builder for
ModificationTag. |
boolean |
equals(Object another)
This instance is equal to all instances of
ModificationTag that have equal attribute values. |
Integer |
getIndex()
The index of the tag.
|
String |
getModificationTagId()
The ID of the route.
|
int |
hashCode()
Computes a hash code from attributes:
modificationTagId, index. |
String |
toString()
Prints the immutable value
ModificationTag with attribute values. |
public String getModificationTagId()
public Integer getIndex()
public boolean equals(Object another)
ModificationTag that have equal attribute values.public int hashCode()
modificationTagId, index.public String toString()
ModificationTag with attribute values.public static ModificationTag.Builder builder()
ModificationTag.
ModificationTag.builder()
.modificationTagId(String) // required modificationTagId
.index(Integer) // required index
.build();
Copyright © 2020. All rights reserved.