public static final class VideoAttributes.VideoPrice extends Object implements Serializable
Constructor and Description |
---|
VideoPrice(String currency,
Float price) |
VideoPrice(String currency,
Float price,
VideoAttributes.VideoPriceType type) |
VideoPrice(String currency,
Float price,
VideoAttributes.VideoPriceType type,
VideoAttributes.VideoPriceResolution resolution) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getCurrency() |
Float |
getPrice() |
VideoAttributes.VideoPriceResolution |
getResolution() |
VideoAttributes.VideoPriceType |
getType() |
void |
setPrice(Float price) |
String |
toString() |
public VideoPrice(String currency, Float price, VideoAttributes.VideoPriceType type)
public VideoPrice(String currency, Float price, VideoAttributes.VideoPriceType type, VideoAttributes.VideoPriceResolution resolution)
public String getCurrency()
public VideoAttributes.VideoPriceType getType()
public VideoAttributes.VideoPriceResolution getResolution()
public Float getPrice()
public void setPrice(Float price)
Copyright © 2009–2021 Crawler-Commons. All rights reserved.