Class V1Meta

java.lang.Object
com.clinia.model.common.V1Meta

public class V1Meta extends Object
V1Meta
  • Constructor Details

    • V1Meta

      public V1Meta()
  • Method Details

    • setCreatedAt

      public V1Meta setCreatedAt(OffsetDateTime createdAt)
    • getCreatedAt

      @Nullable public OffsetDateTime getCreatedAt()
      Instant of creation of the resource.
    • setIdentifier

      public V1Meta setIdentifier(List<V1Identifier> identifier)
    • addIdentifier

      public V1Meta addIdentifier(V1Identifier identifierItem)
    • getIdentifier

      @Nullable public List<V1Identifier> getIdentifier()
      Identifiers of the resource. Note: Combination of `source`, `value` and `use` must be unique.
    • getSource

      @Nullable public String getSource()
      The source of the resource.
    • setUpdatedAt

      public V1Meta setUpdatedAt(OffsetDateTime updatedAt)
    • getUpdatedAt

      @Nullable public OffsetDateTime getUpdatedAt()
      Last update of the resource.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object