@Generated(value="org.jsonschema2pojo") public class PublishingPlatform extends Object
| Constructor and Description | 
|---|
PublishingPlatform()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object other)  | 
Map<String,Object> | 
getAdditionalProperties()  | 
String | 
getItemId()  | 
String | 
getTotalViews()  | 
int | 
hashCode()  | 
void | 
setAdditionalProperty(String name,
                     Object value)  | 
void | 
setItemId(String itemId)  | 
void | 
setTotalViews(String totalViews)  | 
String | 
toString()  | 
PublishingPlatform | 
withAdditionalProperty(String name,
                      Object value)  | 
PublishingPlatform | 
withItemId(String itemId)  | 
PublishingPlatform | 
withTotalViews(String totalViews)  | 
@BeanProperty(value="totalViews") public String getTotalViews()
@BeanProperty(value="totalViews") public void setTotalViews(String totalViews)
totalViews - The totalViewspublic PublishingPlatform withTotalViews(String totalViews)
@BeanProperty(value="itemId") public String getItemId()
@BeanProperty(value="itemId") public void setItemId(String itemId)
itemId - The itemIdpublic PublishingPlatform withItemId(String itemId)
@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
public PublishingPlatform withAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.