Class TakeOver

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

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

    • TakeOver

      public TakeOver()
  • Method Details

    • getTakeOverId

      public String getTakeOverId()
    • setTakeOverId

      public void setTakeOverId(String takeOverId)
    • withTakeOverId

      public TakeOver withTakeOverId(String takeOverId)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • withUserId

      public TakeOver withUserId(String userId)
    • getType

      public Integer getType()
    • setType

      public void setType(Integer type)
    • withType

      public TakeOver withType(Integer type)
    • getUserIdentifier

      public String getUserIdentifier()
    • setUserIdentifier

      public void setUserIdentifier(String userIdentifier)
    • withUserIdentifier

      public TakeOver withUserIdentifier(String userIdentifier)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • withPassword

      public TakeOver withPassword(String password)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public TakeOver withCreatedAt(Long createdAt)
    • getRevision

      public Long getRevision()
    • setRevision

      public void setRevision(Long revision)
    • withRevision

      public TakeOver withRevision(Long revision)
    • fromJson

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

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

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

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

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