@Generated(value="org.jsonschema2pojo") public class Topics extends Object
Constructor and Description |
---|
Topics() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getGroup() |
String |
getName() |
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setGroup(String group) |
void |
setName(String name) |
String |
toString() |
Topics |
withAdditionalProperty(String name,
Object value) |
Topics |
withGroup(String group) |
Topics |
withName(String name) |
@BeanProperty(value="name") public String getName()
@BeanProperty(value="name") public void setName(String name)
name
- The name@BeanProperty(value="group") public String getGroup()
@BeanProperty(value="group") public void setGroup(String group)
group
- The group@BeanProperty(name="*") public void setAdditionalProperty(String name, Object value)
Copyright © 2018 The Apache Software Foundation. All rights reserved.