Class LayerModel

java.lang.Object
io.gs2.megaField.model.LayerModel
All Implemented Interfaces:
IModel, Serializable, Comparable<LayerModel>

public class LayerModel extends Object implements IModel, Serializable, Comparable<LayerModel>
See Also:
  • Constructor Details

    • LayerModel

      public LayerModel()
  • Method Details

    • getLayerModelId

      public String getLayerModelId()
    • setLayerModelId

      public void setLayerModelId(String layerModelId)
    • withLayerModelId

      public LayerModel withLayerModelId(String layerModelId)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public LayerModel withName(String name)
    • getMetadata

      public String getMetadata()
    • setMetadata

      public void setMetadata(String metadata)
    • withMetadata

      public LayerModel withMetadata(String metadata)
    • fromJson

      public static LayerModel fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • compareTo

      public int compareTo(LayerModel o)
      Specified by:
      compareTo in interface Comparable<LayerModel>
    • hashCode

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

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