Package com.clinia.model.common
Class V1RelationshipWithIncludes<T>
java.lang.Object
com.clinia.model.common.V1RelationshipWithIncludes<T>
V1RelationshipWithIncludes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetData()Get datagetFrom()Get fromgetId()The unique identifier of the relationship.Get includesgetMeta()Get metagetTo()Get togetType()Get typeinthashCode()putIncludes(String key, List<V1DomainResource> includesItem) setFrom(V1RelationshipRef from) setIncludes(Map<String, List<V1DomainResource>> includes) toString()
-
Constructor Details
-
V1RelationshipWithIncludes
public V1RelationshipWithIncludes()
-
-
Method Details
-
getId
The unique identifier of the relationship. This is a key with the shape `{fromType}.{fromID},{toType}.{toID}`. Key can optionally be passed in the simpler `{fromID},{toID}` form. -
getType
Get type -
setFrom
-
getFrom
Get from -
setTo
-
getTo
Get to -
setMeta
-
getMeta
Get meta -
setData
-
getData
Get data -
setIncludes
-
putIncludes
-
getIncludes
Get includes -
equals
-
hashCode
public int hashCode() -
toString
-