@Generated(value="org.jsonschema2pojo") public class Companies extends Object
Constructor and Description |
---|
Companies() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getContentCount() |
String |
getExchange() |
String |
getIsin() |
String |
getName() |
String |
getPrimary() |
String |
getSymbol() |
String |
getTitleCount() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setContentCount(String contentCount) |
void |
setExchange(String exchange) |
void |
setIsin(String isin) |
void |
setName(String name) |
void |
setPrimary(String primary) |
void |
setSymbol(String symbol) |
void |
setTitleCount(String titleCount) |
String |
toString() |
Companies |
withAdditionalProperty(String name,
Object value) |
Companies |
withContentCount(String contentCount) |
Companies |
withExchange(String exchange) |
Companies |
withIsin(String isin) |
Companies |
withName(String name) |
Companies |
withPrimary(String primary) |
Companies |
withSymbol(String symbol) |
Companies |
withTitleCount(String titleCount) |
@BeanProperty(value="symbol") public String getSymbol()
@BeanProperty(value="symbol") public void setSymbol(String symbol)
symbol
- The symbol@BeanProperty(value="primary") public String getPrimary()
@BeanProperty(value="primary") public void setPrimary(String primary)
primary
- The primary@BeanProperty(value="name") public String getName()
@BeanProperty(value="name") public void setName(String name)
name
- The name@BeanProperty(value="contentCount") public String getContentCount()
@BeanProperty(value="contentCount") public void setContentCount(String contentCount)
contentCount
- The contentCount@BeanProperty(value="exchange") public String getExchange()
@BeanProperty(value="exchange") public void setExchange(String exchange)
exchange
- The exchange@BeanProperty(value="titleCount") public String getTitleCount()
@BeanProperty(value="titleCount") public void setTitleCount(String titleCount)
titleCount
- The titleCount@BeanProperty(value="isin") public String getIsin()
@BeanProperty(value="isin") public void setIsin(String isin)
isin
- The isin@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.