public class HApiTypesCollectionImpl extends ArrayList<HApiType> implements HApiTypesCollection
modCount| Constructor and Description |
|---|
HApiTypesCollectionImpl(String name,
String description,
String serverUrl,
String path,
String fqdn) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
The description of this type collection
|
String |
getFqdn()
The fully qualified domain name of this type collection
|
String |
getName()
The name of this type collection
|
String |
getPath()
The Resource path of this type collection
|
String |
getUrl()
The external URL of the type collection
|
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, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArraycontainsAll, equals, hashCodepublic String getName()
getName in interface HApiTypesCollectionpublic String getDescription()
getDescription in interface HApiTypesCollectionpublic String getPath()
getPath in interface HApiTypesCollectionpublic String getUrl()
getUrl in interface HApiTypesCollectionpublic String getFqdn()
getFqdn in interface HApiTypesCollectionCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.