@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-05-17T22:34:31.653Z")
public class EstimatedWaitTimes
extends java.util.ArrayList<EstimatedWaitTime>
| Constructor and Description |
|---|
EstimatedWaitTimes() |
| 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<EstimatedWaitTime>equals in interface java.util.List<EstimatedWaitTime>equals in class java.util.AbstractList<EstimatedWaitTime>public int hashCode()
hashCode in interface java.util.Collection<EstimatedWaitTime>hashCode in interface java.util.List<EstimatedWaitTime>hashCode in class java.util.AbstractList<EstimatedWaitTime>public java.lang.String toString()
toString in class java.util.AbstractCollection<EstimatedWaitTime>