public class MarketGroupResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_MARKET_GROUP_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_PARENT_GROUP_ID |
static String |
SERIALIZED_NAME_TYPES |
| Constructor and Description |
|---|
MarketGroupResponse() |
| Modifier and Type | Method and Description |
|---|---|
MarketGroupResponse |
addTypesItem(Integer typesItem) |
MarketGroupResponse |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
description string
|
Integer |
getMarketGroupId()
market_group_id integer
|
String |
getName()
name string
|
Integer |
getParentGroupId()
parent_group_id integer
|
List<Integer> |
getTypes()
types array
|
int |
hashCode() |
MarketGroupResponse |
marketGroupId(Integer marketGroupId) |
MarketGroupResponse |
name(String name) |
MarketGroupResponse |
parentGroupId(Integer parentGroupId) |
void |
setDescription(String description) |
void |
setMarketGroupId(Integer marketGroupId) |
void |
setName(String name) |
void |
setParentGroupId(Integer parentGroupId) |
void |
setTypes(List<Integer> types) |
String |
toString() |
MarketGroupResponse |
types(List<Integer> types) |
public static final String SERIALIZED_NAME_TYPES
public static final String SERIALIZED_NAME_PARENT_GROUP_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_MARKET_GROUP_ID
public MarketGroupResponse types(List<Integer> types)
public MarketGroupResponse addTypesItem(Integer typesItem)
public MarketGroupResponse parentGroupId(Integer parentGroupId)
public Integer getParentGroupId()
public void setParentGroupId(Integer parentGroupId)
public MarketGroupResponse name(String name)
public String getName()
public void setName(String name)
public MarketGroupResponse description(String description)
public String getDescription()
public void setDescription(String description)
public MarketGroupResponse marketGroupId(Integer marketGroupId)
public Integer getMarketGroupId()
public void setMarketGroupId(Integer marketGroupId)
Copyright © 2019. All Rights Reserved.