@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class LocationId extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object another)
This instance is equal to all instances of
LocationId that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
value . |
static LocationId |
of(String value)
Construct a new immutable
LocationId instance. |
String |
shortIdentifier()
Returns a short identifier for a location ID.
|
String |
toString() |
String |
value() |
public String value()
value
attributepublic String shortIdentifier()
For example:
public boolean equals(@Nullable Object another)
LocationId
that have equal attribute values.public int hashCode()
value
.public static LocationId of(String value)
LocationId
instance.value
- The value for the value
attributepublic String toString()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.