Class State

java.lang.Object
in.succinct.beckn.BecknAware<org.json.simple.JSONObject>
in.succinct.beckn.BecknObject
in.succinct.beckn.State
All Implemented Interfaces:
Serializable

public class State extends BecknObject
See Also:
  • Constructor Details

    • State

      public State()
  • Method Details

    • getDescriptor

      public Descriptor getDescriptor()
    • getDescriptor

      public Descriptor getDescriptor(boolean create)
    • setDescriptor

      public void setDescriptor(Descriptor descriptor)
    • getUpdatedAt

      public Date getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Date updated_at)
    • getUpdatedBy

      public String getUpdatedBy()
    • setUpdatedBy

      public void setUpdatedBy(String updated_by)