Class WallpostDonut

  • All Implemented Interfaces:
    Validable

    public class WallpostDonut
    extends java.lang.Object
    implements Validable
    Info about paid wall post
    • Constructor Detail

      • WallpostDonut

        public WallpostDonut()
    • Method Detail

      • getIsDonut

        public java.lang.Boolean getIsDonut()
      • setIsDonut

        public WallpostDonut setIsDonut​(java.lang.Boolean isDonut)
      • getPaidDuration

        public java.lang.Integer getPaidDuration()
      • setPaidDuration

        public WallpostDonut setPaidDuration​(java.lang.Integer paidDuration)
      • getCanPublishFreeCopy

        public java.lang.Boolean getCanPublishFreeCopy()
      • setCanPublishFreeCopy

        public WallpostDonut setCanPublishFreeCopy​(java.lang.Boolean canPublishFreeCopy)
      • 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()