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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
containsAll, equals, hashCode
public String getName()
getName
in interface HApiTypesCollection
public String getDescription()
getDescription
in interface HApiTypesCollection
public String getPath()
getPath
in interface HApiTypesCollection
public String getUrl()
getUrl
in interface HApiTypesCollection
public String getFqdn()
getFqdn
in interface HApiTypesCollection
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.