Class TechnicalResource

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

@Generated("jsonschema2pojo") public class TechnicalResource extends Object
The Dataset Technical Resource Items Schema

  • Constructor Details

    • TechnicalResource

      public TechnicalResource()
  • Method Details

    • getDescription

      public String getDescription()
      The Dataset Technical Resource Description Schema

      Description of the technical resource

    • setDescription

      public void setDescription(String description)
      The Dataset Technical Resource Description Schema

      Description of the technical resource

    • getName

      public String getName()
      The Dataset Technical Resource Name Schema

      Name of the technical resource (Required)

    • setName

      public void setName(String name)
      The Dataset Technical Resource Name Schema

      Name of the technical resource (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