Class Story

  • All Implemented Interfaces:
    Validable

    public class Story
    extends java.lang.Object
    implements Validable
    Story object
    • Constructor Detail

      • Story

        public Story()
    • Method Detail

      • getAccessKey

        public java.lang.String getAccessKey()
      • setAccessKey

        public Story setAccessKey​(java.lang.String accessKey)
      • canComment

        public boolean canComment()
      • getCanComment

        public BoolInt getCanComment()
      • canReply

        public boolean canReply()
      • getCanReply

        public BoolInt getCanReply()
      • canSee

        public boolean canSee()
      • getCanSee

        public BoolInt getCanSee()
      • getCanLike

        public java.lang.Boolean getCanLike()
      • setCanLike

        public Story setCanLike​(java.lang.Boolean canLike)
      • canShare

        public boolean canShare()
      • getCanShare

        public BoolInt getCanShare()
      • canHide

        public boolean canHide()
      • getCanHide

        public BoolInt getCanHide()
      • getDate

        public java.lang.Integer getDate()
      • setDate

        public Story setDate​(java.lang.Integer date)
      • getExpiresAt

        public java.lang.Integer getExpiresAt()
      • setExpiresAt

        public Story setExpiresAt​(java.lang.Integer expiresAt)
      • getId

        public java.lang.Integer getId()
      • setId

        public Story setId​(java.lang.Integer id)
      • getIsDeleted

        public java.lang.Boolean getIsDeleted()
      • setIsDeleted

        public Story setIsDeleted​(java.lang.Boolean isDeleted)
      • getIsExpired

        public java.lang.Boolean getIsExpired()
      • setIsExpired

        public Story setIsExpired​(java.lang.Boolean isExpired)
      • getOwnerId

        public java.lang.Integer getOwnerId()
      • setOwnerId

        public Story setOwnerId​(java.lang.Integer ownerId)
      • getParentStory

        public Story getParentStory()
      • setParentStory

        public Story setParentStory​(Story parentStory)
      • getParentStoryAccessKey

        public java.lang.String getParentStoryAccessKey()
      • setParentStoryAccessKey

        public Story setParentStoryAccessKey​(java.lang.String parentStoryAccessKey)
      • getParentStoryId

        public java.lang.Integer getParentStoryId()
      • setParentStoryId

        public Story setParentStoryId​(java.lang.Integer parentStoryId)
      • getParentStoryOwnerId

        public java.lang.Integer getParentStoryOwnerId()
      • setParentStoryOwnerId

        public Story setParentStoryOwnerId​(java.lang.Integer parentStoryOwnerId)
      • getPhoto

        public Photo getPhoto()
      • setPhoto

        public Story setPhoto​(Photo photo)
      • getReplies

        public Replies getReplies()
      • isSeen

        public boolean isSeen()
      • getSeen

        public BoolInt getSeen()
      • getVideo

        public Video getVideo()
      • setVideo

        public Story setVideo​(Video video)
      • getViews

        public java.lang.Integer getViews()
      • setViews

        public Story setViews​(java.lang.Integer views)
      • canAsk

        public boolean canAsk()
      • getCanAsk

        public BoolInt getCanAsk()
      • canAskAnonymous

        public boolean canAskAnonymous()
      • getCanAskAnonymous

        public BoolInt getCanAskAnonymous()
      • getNarrativesCount

        public java.lang.Integer getNarrativesCount()
      • setNarrativesCount

        public Story setNarrativesCount​(java.lang.Integer narrativesCount)
      • getFirstNarrativeTitle

        public java.lang.String getFirstNarrativeTitle()
      • setFirstNarrativeTitle

        public Story setFirstNarrativeTitle​(java.lang.String firstNarrativeTitle)
      • getBirthdayWishUserId

        public java.lang.Integer getBirthdayWishUserId()
      • setBirthdayWishUserId

        public Story setBirthdayWishUserId​(java.lang.Integer birthdayWishUserId)
      • getCanUseInNarrative

        public java.lang.Boolean getCanUseInNarrative()
      • setCanUseInNarrative

        public Story setCanUseInNarrative​(java.lang.Boolean canUseInNarrative)
      • hashCode

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

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toPrettyString

        public java.lang.String toPrettyString()