Class License

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

@Generated("jsonschema2pojo") public class License extends Object
The Dataset Distribution License Items

  • Constructor Details

    • License

      public License()
  • Method Details

    • getLicenseRef

      public URI getLicenseRef()
      The Dataset Distribution License Reference Schema

      Link to license document. (Required)

    • setLicenseRef

      public void setLicenseRef(URI licenseRef)
      The Dataset Distribution License Reference Schema

      Link to license document. (Required)

    • getStartDate

      public String getStartDate()
      The Dataset Distribution License Start Date Schema

      If date is set in the future, it indicates embargo period. Encoded using the relevant ISO 8601 Date and Time compliant string. (Required)

    • setStartDate

      public void setStartDate(String startDate)
      The Dataset Distribution License Start Date Schema

      If date is set in the future, it indicates embargo period. Encoded using the relevant ISO 8601 Date and Time compliant string. (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