@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2017-12-22T13:44:31.935Z")
public class MosaicPropertiesDTO
extends java.util.ArrayList<io.nem.sdk.infrastructure.UInt64DTO>
| Constructor and Description |
|---|
MosaicPropertiesDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic boolean equals(java.lang.Object o)
equals in interface java.util.Collection<io.nem.sdk.infrastructure.UInt64DTO>equals in interface java.util.List<io.nem.sdk.infrastructure.UInt64DTO>equals in class java.util.AbstractList<io.nem.sdk.infrastructure.UInt64DTO>public int hashCode()
hashCode in interface java.util.Collection<io.nem.sdk.infrastructure.UInt64DTO>hashCode in interface java.util.List<io.nem.sdk.infrastructure.UInt64DTO>hashCode in class java.util.AbstractList<io.nem.sdk.infrastructure.UInt64DTO>public java.lang.String toString()
toString in class java.util.AbstractCollection<io.nem.sdk.infrastructure.UInt64DTO>