Class GetProductsResponse

  • All Implemented Interfaces:
    Validable

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

      • GetProductsResponse

        public GetProductsResponse()
    • Method Detail

      • getId

        public java.lang.Integer getId()
      • getIsNew

        public java.lang.Boolean getIsNew()
      • isPurchased

        public boolean isPurchased()
      • getPurchased

        public BoolInt getPurchased()
      • isActive

        public boolean isActive()
      • getActive

        public BoolInt getActive()
      • isPromoted

        public boolean isPromoted()
      • getPromoted

        public BoolInt getPromoted()
      • getPurchaseDate

        public java.lang.Integer getPurchaseDate()
      • setPurchaseDate

        public GetProductsResponse setPurchaseDate​(java.lang.Integer purchaseDate)
      • getTitle

        public java.lang.String getTitle()
      • getStickers

        public java.util.List<StickerNew> getStickers()
      • getStyleStickerIds

        public java.util.List<java.lang.Integer> getStyleStickerIds()
      • setStyleStickerIds

        public GetProductsResponse setStyleStickerIds​(java.util.List<java.lang.Integer> styleStickerIds)
      • getIcon

        public java.util.List<Image> getIcon()
      • getPreviews

        public java.util.List<Image> getPreviews()
      • getHasAnimation

        public java.lang.Boolean getHasAnimation()
      • setHasAnimation

        public GetProductsResponse setHasAnimation​(java.lang.Boolean hasAnimation)
      • getSubtitle

        public java.lang.String getSubtitle()
      • 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()