Class Scope

java.lang.Object
io.gs2.megaField.model.Scope
All Implemented Interfaces:
IModel, Serializable

public class Scope extends Object implements IModel, Serializable
See Also:
  • Constructor Details

    • Scope

      public Scope()
  • Method Details

    • getLayerName

      public String getLayerName()
    • setLayerName

      public void setLayerName(String layerName)
    • withLayerName

      public Scope withLayerName(String layerName)
    • getR

      public Float getR()
    • setR

      public void setR(Float r)
    • withR

      public Scope withR(Float r)
    • getLimit

      public Integer getLimit()
    • setLimit

      public void setLimit(Integer limit)
    • withLimit

      public Scope withLimit(Integer limit)
    • fromJson

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

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

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

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