Class SlotWithSignature

java.lang.Object
io.gs2.formation.model.SlotWithSignature
All Implemented Interfaces:
IModel, Serializable

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

    • SlotWithSignature

      public SlotWithSignature()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public SlotWithSignature withName(String name)
    • getPropertyType

      public String getPropertyType()
    • setPropertyType

      public void setPropertyType(String propertyType)
    • withPropertyType

      public SlotWithSignature withPropertyType(String propertyType)
    • getBody

      public String getBody()
    • setBody

      public void setBody(String body)
    • withBody

      public SlotWithSignature withBody(String body)
    • getSignature

      public String getSignature()
    • setSignature

      public void setSignature(String signature)
    • withSignature

      public SlotWithSignature withSignature(String signature)
    • getMetadata

      public String getMetadata()
    • setMetadata

      public void setMetadata(String metadata)
    • withMetadata

      public SlotWithSignature withMetadata(String metadata)
    • fromJson

      public static SlotWithSignature 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