Class FeatureTypeRef

java.lang.Object
org.tailormap.api.persistence.json.FeatureTypeRef
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", comments="Generator version: 7.9.0") public class FeatureTypeRef extends Object implements Serializable
FeatureTypeRef
See Also:
  • Constructor Details

    • FeatureTypeRef

      public FeatureTypeRef()
  • Method Details

    • featureSourceId

      public FeatureTypeRef featureSourceId(Long featureSourceId)
    • getFeatureSourceId

      @NotNull public @NotNull Long getFeatureSourceId()
      Get featureSourceId
      Returns:
      featureSourceId
    • setFeatureSourceId

      public void setFeatureSourceId(Long featureSourceId)
    • featureTypeName

      public FeatureTypeRef featureTypeName(String featureTypeName)
    • getFeatureTypeName

      @NotNull public @NotNull String getFeatureTypeName()
      Get featureTypeName
      Returns:
      featureTypeName
    • setFeatureTypeName

      public void setFeatureTypeName(String featureTypeName)
    • 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