Package com.clinia.model.common
Class V1DomainResourceWithIncludes<T>
java.lang.Object
com.clinia.model.common.V1DomainResourceWithIncludes<T>
V1DomainResourceWithIncludes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanResources contained in this top-level resource.getData()Dynamic data attributes, based on the resource type.getId()Id of the resource.Get includesgetMeta()Get metagetType()Type of the resource.inthashCode()putContained(String key, List<V1Resource> containedItem) putIncludes(String key, V1DomainResourceWithIncludesAllOfIncludes includesItem) setContained(Map<String, List<V1Resource>> contained) toString()
-
Constructor Details
-
V1DomainResourceWithIncludes
public V1DomainResourceWithIncludes()
-
-
Method Details
-
getId
Id of the resource. -
getType
Type of the resource. -
setMeta
-
getMeta
Get meta -
setData
-
getData
Dynamic data attributes, based on the resource type. -
setContained
-
putContained
-
getContained
Resources contained in this top-level resource. Contained resources exists only within the context of this top-level resource. -
setIncludes
public V1DomainResourceWithIncludes<T> setIncludes(Map<String, V1DomainResourceWithIncludesAllOfIncludes> includes) -
putIncludes
public V1DomainResourceWithIncludes<T> putIncludes(String key, V1DomainResourceWithIncludesAllOfIncludes includesItem) -
getIncludes
Get includes -
equals
-
hashCode
public int hashCode() -
toString
-