@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-06-21T18:51:48.018+03:00") public class ProductSuggestion extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProductSuggestion.ConnectionTypeEnum
Gets or Sets connectionType
|
static class |
ProductSuggestion.CustomerTypeEnum
Gets or Sets customerType
|
| Constructor and Description |
|---|
ProductSuggestion() |
| Modifier and Type | Method and Description |
|---|---|
ProductSuggestion |
connectionType(ProductSuggestion.ConnectionTypeEnum connectionType) |
ProductSuggestion |
customerType(ProductSuggestion.CustomerTypeEnum customerType) |
boolean |
equals(Object o) |
ProductSuggestion.ConnectionTypeEnum |
getConnectionType()
Get connectionType
|
ProductSuggestion.CustomerTypeEnum |
getCustomerType()
Get customerType
|
Long |
getId()
Get id
|
String |
getName()
Get name
|
String |
getProductTag()
Get productTag
|
String |
getSku()
Get sku
|
int |
hashCode() |
ProductSuggestion |
id(Long id) |
ProductSuggestion |
name(String name) |
ProductSuggestion |
productTag(String productTag) |
void |
setConnectionType(ProductSuggestion.ConnectionTypeEnum connectionType) |
void |
setCustomerType(ProductSuggestion.CustomerTypeEnum customerType) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setProductTag(String productTag) |
void |
setSku(String sku) |
ProductSuggestion |
sku(String sku) |
String |
toString() |
public ProductSuggestion connectionType(ProductSuggestion.ConnectionTypeEnum connectionType)
public ProductSuggestion.ConnectionTypeEnum getConnectionType()
public void setConnectionType(ProductSuggestion.ConnectionTypeEnum connectionType)
public ProductSuggestion customerType(ProductSuggestion.CustomerTypeEnum customerType)
public ProductSuggestion.CustomerTypeEnum getCustomerType()
public void setCustomerType(ProductSuggestion.CustomerTypeEnum customerType)
public ProductSuggestion id(Long id)
public Long getId()
public void setId(Long id)
public ProductSuggestion name(String name)
public String getName()
public void setName(String name)
public ProductSuggestion productTag(String productTag)
public String getProductTag()
public void setProductTag(String productTag)
public ProductSuggestion sku(String sku)
public String getSku()
public void setSku(String sku)
Copyright © 2018. All rights reserved.