Package com.clinia.model.registry
Class UpsertContainedResourceRequest<T>
java.lang.Object
com.clinia.model.registry.UpsertContainedResourceRequest<T>
UpsertContainedResourceRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanResources contained in this top-level resource.getData()Dynamic data attributes, based on the resource type.getType()type for the contained resource.inthashCode()putContained(String key, List<V1Resource> containedItem) setContained(Map<String, List<V1Resource>> contained) toString()
-
Constructor Details
-
UpsertContainedResourceRequest
public UpsertContainedResourceRequest()
-
-
Method Details
-
setType
-
getType
type for the contained resource. -
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. -
equals
-
hashCode
public int hashCode() -
toString
-