@Generated(value={"Immutables.generator","SMFAttributeArrayIntegerSigned1Type"}) public final class SMFAttributeArrayIntegerSigned1 extends Object implements SMFAttributeArrayIntegerSigned1Type
| Modifier and Type | Class and Description |
|---|---|
static class |
SMFAttributeArrayIntegerSigned1.Builder
Builds instances of type
SMFAttributeArrayIntegerSigned1. |
| Modifier and Type | Method and Description |
|---|---|
static SMFAttributeArrayIntegerSigned1.Builder |
builder()
Creates a builder for
SMFAttributeArrayIntegerSigned1. |
static SMFAttributeArrayIntegerSigned1 |
copyOf(SMFAttributeArrayIntegerSigned1Type instance)
Creates an immutable copy of a
SMFAttributeArrayIntegerSigned1Type value. |
boolean |
equals(Object another)
This instance is equal to all instances of
SMFAttributeArrayIntegerSigned1 that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
values. |
static SMFAttributeArrayIntegerSigned1 |
of(javaslang.collection.Vector<Long> values)
Construct a new immutable
SMFAttributeArrayIntegerSigned1 instance. |
String |
toString()
Prints the immutable value
SMFAttributeArrayIntegerSigned1 with attribute values. |
javaslang.collection.Vector<Long> |
values() |
SMFAttributeArrayIntegerSigned1 |
withValues(javaslang.collection.Vector<Long> value) |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitmatchArray, sizepublic javaslang.collection.Vector<Long> values()
values in interface SMFAttributeArrayIntegerSigned1Typepublic SMFAttributeArrayIntegerSigned1 withValues(javaslang.collection.Vector<Long> value)
public boolean equals(Object another)
SMFAttributeArrayIntegerSigned1 that have equal attribute values.public int hashCode()
values.public String toString()
SMFAttributeArrayIntegerSigned1 with attribute values.public static SMFAttributeArrayIntegerSigned1 of(javaslang.collection.Vector<Long> values)
SMFAttributeArrayIntegerSigned1 instance.values - The value for the values attributepublic static SMFAttributeArrayIntegerSigned1 copyOf(SMFAttributeArrayIntegerSigned1Type instance)
SMFAttributeArrayIntegerSigned1Type value.
Uses accessors to get values to initialize the new immutable instance.
If an instance is already immutable, it is returned as is.instance - The instance to copypublic static SMFAttributeArrayIntegerSigned1.Builder builder()
SMFAttributeArrayIntegerSigned1.Copyright © 2017 <code@io7m.com> http://io7m.com