Package com.clinia.model.common
Class V1Meta
java.lang.Object
com.clinia.model.common.V1Meta
V1Meta
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddIdentifier(V1Identifier identifierItem) booleanInstant of creation of the resource.Identifiers of the resource.The source of the resource.Last update of the resource.inthashCode()setCreatedAt(OffsetDateTime createdAt) setIdentifier(List<V1Identifier> identifier) setUpdatedAt(OffsetDateTime updatedAt) toString()
-
Constructor Details
-
V1Meta
public V1Meta()
-
-
Method Details
-
setCreatedAt
-
getCreatedAt
Instant of creation of the resource. -
setIdentifier
-
addIdentifier
-
getIdentifier
Identifiers of the resource. Note: Combination of `source`, `value` and `use` must be unique. -
getSource
The source of the resource. -
setUpdatedAt
-
getUpdatedAt
Last update of the resource. -
equals
-
hashCode
public int hashCode() -
toString
-