Class GrantId

java.lang.Object
org.damap.base.rest.madmp.dto.GrantId

@Generated("jsonschema2pojo") public class GrantId extends Object
The Funding Grant ID Schema

Grant ID of the associated project

  • Constructor Details

    • GrantId

      public GrantId()
  • Method Details

    • getIdentifier

      public String getIdentifier()
      The Funding Grant ID Value Schema

      Grant ID (Required)

    • setIdentifier

      public void setIdentifier(String identifier)
      The Funding Grant ID Value Schema

      Grant ID (Required)

    • getType

      public GrantId.Type getType()
      The Funding Grant ID Type Schema

      Identifier type. Allowed values: url, other (Required)

    • setType

      public void setType(GrantId.Type type)
      The Funding Grant ID Type Schema

      Identifier type. Allowed values: url, other (Required)

    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • setAdditionalProperty

      public void setAdditionalProperty(String name, Object value)
    • toString

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

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

      public boolean equals(Object other)
      Overrides:
      equals in class Object