Class Follow

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

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

    • Follow

      public Follow()
  • Method Details

    • getFollowId

      public String getFollowId()
    • setFollowId

      public void setFollowId(String followId)
    • withFollowId

      public Follow withFollowId(String followId)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • withUserId

      public Follow withUserId(String userId)
    • getTargetUserIds

      public List<String> getTargetUserIds()
    • setTargetUserIds

      public void setTargetUserIds(List<String> targetUserIds)
    • withTargetUserIds

      public Follow withTargetUserIds(List<String> targetUserIds)
    • getCreatedAt

      public Long getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Long createdAt)
    • withCreatedAt

      public Follow withCreatedAt(Long createdAt)
    • getUpdatedAt

      public Long getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
    • withUpdatedAt

      public Follow withUpdatedAt(Long updatedAt)
    • getRevision

      public Long getRevision()
    • setRevision

      public void setRevision(Long revision)
    • withRevision

      public Follow withRevision(Long revision)
    • fromJson

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

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

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

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

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