public class CommentsItemTypeMarket extends CommentsItemBase implements Validable
| Constructor and Description |
|---|
CommentsItemTypeMarket() |
getDate, getPostId, getSourceId, getType, setDate, setPostId, setSourceId, setTypeclone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic java.lang.String getAccessKey()
public CommentsItemTypeMarket setAccessKey(java.lang.String accessKey)
public MarketItemAvailability getAvailability()
public CommentsItemTypeMarket setAvailability(MarketItemAvailability availability)
public java.lang.String getButtonTitle()
public CommentsItemTypeMarket setButtonTitle(java.lang.String buttonTitle)
public MarketCategory getCategory()
public CommentsItemTypeMarket setCategory(MarketCategory category)
public MarketCategory getCategoryV2()
public CommentsItemTypeMarket setCategoryV2(MarketCategory categoryV2)
public CommentsBase getComments()
public CommentsItemTypeMarket setComments(CommentsBase comments)
public java.lang.String getDescription()
public CommentsItemTypeMarket setDescription(java.lang.String description)
public java.lang.String getExternalId()
public CommentsItemTypeMarket setExternalId(java.lang.String externalId)
public java.lang.Integer getId()
public CommentsItemTypeMarket setId(java.lang.Integer id)
public java.lang.Boolean getIsAdult()
public CommentsItemTypeMarket setIsAdult(java.lang.Boolean isAdult)
public java.lang.Boolean getIsFavorite()
public CommentsItemTypeMarket setIsFavorite(java.lang.Boolean isFavorite)
public java.lang.Boolean getIsMainVariant()
public CommentsItemTypeMarket setIsMainVariant(java.lang.Boolean isMainVariant)
public java.lang.Boolean getIsOwner()
public CommentsItemTypeMarket setIsOwner(java.lang.Boolean isOwner)
public Likes getLikes()
public CommentsItemTypeMarket setLikes(Likes likes)
public java.lang.Long getOwnerId()
public CommentsItemTypeMarket setOwnerId(java.lang.Long ownerId)
public java.lang.Long getPostOwnerId()
public CommentsItemTypeMarket setPostOwnerId(java.lang.Long postOwnerId)
public Price getPrice()
public CommentsItemTypeMarket setPrice(Price price)
public java.lang.String getSku()
public CommentsItemTypeMarket setSku(java.lang.String sku)
public java.lang.Integer getStockAmount()
public CommentsItemTypeMarket setStockAmount(java.lang.Integer stockAmount)
public java.net.URI getThumbPhoto()
public CommentsItemTypeMarket setThumbPhoto(java.net.URI thumbPhoto)
public java.lang.String getTitle()
public CommentsItemTypeMarket setTitle(java.lang.String title)
public java.lang.String getUrl()
public CommentsItemTypeMarket setUrl(java.lang.String url)
public java.lang.Integer getVariantsGroupingId()
public CommentsItemTypeMarket setVariantsGroupingId(java.lang.Integer variantsGroupingId)
public int hashCode()
hashCode in class CommentsItemBasepublic boolean equals(java.lang.Object o)
equals in class CommentsItemBasepublic java.lang.String toString()
toString in class CommentsItemBasepublic java.lang.String toPrettyString()
toPrettyString in class CommentsItemBase