Class Elements
java.lang.Object
org.odpi.openmetadata.accessservices.assetcatalog.model.Element
org.odpi.openmetadata.accessservices.assetcatalog.model.Elements
- All Implemented Interfaces:
Serializable
Elements object is used to describe the elements returned by the search method
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Returns the list of item elements returned by the search methodint
hashCode()
void
setAssetCatalogItemElements
(List<AssetCatalogItemElement> assetCatalogItemElements) Setup the list of item elements returned by the search methodtoString()
Methods inherited from class org.odpi.openmetadata.accessservices.assetcatalog.model.Element
getAdditionalProperties, getClassifications, getCreatedBy, getCreateTime, getGuid, getName, getOrigin, getParentElement, getProperties, getStatus, getType, getUpdatedBy, getUpdateTime, getUrl, getVersion, setAdditionalProperties, setClassifications, setCreatedBy, setCreateTime, setGuid, setName, setOrigin, setParentElement, setProperties, setStatus, setType, setUpdatedBy, setUpdateTime, setUrl, setVersion
-
Constructor Details
-
Elements
public Elements()
-
-
Method Details
-
getAssetCatalogItemElements
Returns the list of item elements returned by the search method- Returns:
- the list of item elements
-
setAssetCatalogItemElements
Setup the list of item elements returned by the search method- Parameters:
assetCatalogItemElements
- the list of item elements
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-