@Generated(value="org.jsonschema2pojo") public class Author extends Object
Constructor and Description |
---|
Author() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getDateLastActive() |
String |
getDescription() |
String |
getName() |
PublishingPlatform_ |
getPublishingPlatform() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDateLastActive(String dateLastActive) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setPublishingPlatform(PublishingPlatform_ publishingPlatform) |
String |
toString() |
Author |
withAdditionalProperty(String name,
Object value) |
Author |
withDateLastActive(String dateLastActive) |
Author |
withDescription(String description) |
Author |
withName(String name) |
Author |
withPublishingPlatform(PublishingPlatform_ publishingPlatform) |
@BeanProperty(value="publishingPlatform") public PublishingPlatform_ getPublishingPlatform()
@BeanProperty(value="publishingPlatform") public void setPublishingPlatform(PublishingPlatform_ publishingPlatform)
publishingPlatform
- The publishingPlatformpublic Author withPublishingPlatform(PublishingPlatform_ publishingPlatform)
@BeanProperty(value="dateLastActive") public String getDateLastActive()
@BeanProperty(value="dateLastActive") public void setDateLastActive(String dateLastActive)
dateLastActive
- The dateLastActive@BeanProperty(value="description") public String getDescription()
@BeanProperty(value="description") public void setDescription(String description)
description
- The description@BeanProperty(value="name") public String getName()
@BeanProperty(value="name") public void setName(String name)
name
- The name@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.