Class SaveDataDocument

java.lang.Object
dev.getelements.elements.sdk.model.savedata.SaveDataDocument

public class SaveDataDocument extends Object
  • Constructor Details

    • SaveDataDocument

      public SaveDataDocument()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getSlot

      public int getSlot()
    • setSlot

      public void setSlot(int slot)
    • getUser

      public User getUser()
    • setUser

      public void setUser(User user)
    • getProfile

      public Profile getProfile()
    • setProfile

      public void setProfile(Profile profile)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)
    • getTimestamp

      public long getTimestamp()
    • setTimestamp

      public void setTimestamp(long timestamp)
    • getContents

      public String getContents()
    • setContents

      public void setContents(String contents)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object