Package net.troja.eve.esi.model
Class MarketGroupResponse
- java.lang.Object
-
- net.troja.eve.esi.model.MarketGroupResponse
-
- All Implemented Interfaces:
Serializable
public class MarketGroupResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_MARKET_GROUP_IDstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_PARENT_GROUP_IDstatic StringSERIALIZED_NAME_TYPES
-
Constructor Summary
Constructors Constructor Description MarketGroupResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MarketGroupResponseaddTypesItem(Integer typesItem)MarketGroupResponsedescription(String description)booleanequals(Object o)StringgetDescription()description stringIntegergetMarketGroupId()market_group_id integerStringgetName()name stringIntegergetParentGroupId()parent_group_id integerList<Integer>getTypes()types arrayinthashCode()MarketGroupResponsemarketGroupId(Integer marketGroupId)MarketGroupResponsename(String name)MarketGroupResponseparentGroupId(Integer parentGroupId)voidsetDescription(String description)voidsetMarketGroupId(Integer marketGroupId)voidsetName(String name)voidsetParentGroupId(Integer parentGroupId)voidsetTypes(List<Integer> types)StringtoString()MarketGroupResponsetypes(List<Integer> types)
-
-
-
Field Detail
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MARKET_GROUP_ID
public static final String SERIALIZED_NAME_MARKET_GROUP_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PARENT_GROUP_ID
public static final String SERIALIZED_NAME_PARENT_GROUP_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPES
public static final String SERIALIZED_NAME_TYPES
- See Also:
- Constant Field Values
-
-
Method Detail
-
description
public MarketGroupResponse description(String description)
-
getDescription
public String getDescription()
description string- Returns:
- description
-
setDescription
public void setDescription(String description)
-
marketGroupId
public MarketGroupResponse marketGroupId(Integer marketGroupId)
-
getMarketGroupId
public Integer getMarketGroupId()
market_group_id integer- Returns:
- marketGroupId
-
setMarketGroupId
public void setMarketGroupId(Integer marketGroupId)
-
name
public MarketGroupResponse name(String name)
-
getName
public String getName()
name string- Returns:
- name
-
setName
public void setName(String name)
-
parentGroupId
public MarketGroupResponse parentGroupId(Integer parentGroupId)
-
getParentGroupId
@Nullable public Integer getParentGroupId()
parent_group_id integer- Returns:
- parentGroupId
-
setParentGroupId
public void setParentGroupId(Integer parentGroupId)
-
types
public MarketGroupResponse types(List<Integer> types)
-
addTypesItem
public MarketGroupResponse addTypesItem(Integer typesItem)
-
-