@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 |
getTotalViews() |
String |
getUserId() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setTotalViews(String totalViews) |
void |
setUserId(String userId) |
String |
toString() |
PublishingPlatform_ |
withAdditionalProperty(String name,
Object value) |
PublishingPlatform_ |
withTotalViews(String totalViews) |
PublishingPlatform_ |
withUserId(String userId) |
@BeanProperty(value="userId") public String getUserId()
@BeanProperty(value="userId") public void setUserId(String userId)
userId
- The userIdpublic PublishingPlatform_ withUserId(String userId)
@BeanProperty(value="totalViews") public String getTotalViews()
@BeanProperty(value="totalViews") public void setTotalViews(String totalViews)
totalViews
- The totalViewspublic PublishingPlatform_ withTotalViews(String totalViews)
@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.