@Generated(value="org.jsonschema2pojo") public class Source extends Object
Constructor and Description |
---|
Source() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getCategory() |
String |
getEditorialRank() |
Feed |
getFeed() |
String |
getHomeUrl() |
Location |
getLocation() |
String |
getName() |
String |
getPublisher() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCategory(String category) |
void |
setEditorialRank(String editorialRank) |
void |
setFeed(Feed feed) |
void |
setHomeUrl(String homeUrl) |
void |
setLocation(Location location) |
void |
setName(String name) |
void |
setPublisher(String publisher) |
String |
toString() |
Source |
withAdditionalProperty(String name,
Object value) |
Source |
withCategory(String category) |
Source |
withEditorialRank(String editorialRank) |
Source |
withFeed(Feed feed) |
Source |
withHomeUrl(String homeUrl) |
Source |
withLocation(Location location) |
Source |
withName(String name) |
Source |
withPublisher(String publisher) |
@BeanProperty(value="category") public String getCategory()
@BeanProperty(value="category") public void setCategory(String category)
category
- The category@BeanProperty(value="location") public Location getLocation()
@BeanProperty(value="location") public void setLocation(Location location)
location
- The location@BeanProperty(value="editorialRank") public String getEditorialRank()
@BeanProperty(value="editorialRank") public void setEditorialRank(String editorialRank)
editorialRank
- The editorialRank@BeanProperty(value="name") public String getName()
@BeanProperty(value="name") public void setName(String name)
name
- The name@BeanProperty(value="feed") public Feed getFeed()
@BeanProperty(value="feed") public void setFeed(Feed feed)
feed
- The feed@BeanProperty(value="homeUrl") public String getHomeUrl()
@BeanProperty(value="homeUrl") public void setHomeUrl(String homeUrl)
homeUrl
- The homeUrl@BeanProperty(value="publisher") public String getPublisher()
@BeanProperty(value="publisher") public void setPublisher(String publisher)
publisher
- The publisher@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.