@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-06-21T18:51:48.018+03:00") public class RechargePromptEntry extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RechargePromptEntry.TypeEnum
Gets or Sets type
|
| Constructor and Description |
|---|
RechargePromptEntry() |
| Modifier and Type | Method and Description |
|---|---|
RechargePromptEntry |
addCustomersItem(String customersItem) |
RechargePromptEntry |
customers(List<String> customers) |
boolean |
equals(Object o) |
List<String> |
getCustomers()
Get customers
|
Integer |
getQuantity()
Get quantity
|
String |
getSku()
Get sku
|
RechargePromptEntry.TypeEnum |
getType()
Get type
|
int |
hashCode() |
RechargePromptEntry |
quantity(Integer quantity) |
void |
setCustomers(List<String> customers) |
void |
setQuantity(Integer quantity) |
void |
setSku(String sku) |
void |
setType(RechargePromptEntry.TypeEnum type) |
RechargePromptEntry |
sku(String sku) |
String |
toString() |
RechargePromptEntry |
type(RechargePromptEntry.TypeEnum type) |
public RechargePromptEntry customers(List<String> customers)
public RechargePromptEntry addCustomersItem(String customersItem)
public RechargePromptEntry quantity(Integer quantity)
public Integer getQuantity()
public void setQuantity(Integer quantity)
public RechargePromptEntry sku(String sku)
public String getSku()
public void setSku(String sku)
public RechargePromptEntry type(RechargePromptEntry.TypeEnum type)
public RechargePromptEntry.TypeEnum getType()
public void setType(RechargePromptEntry.TypeEnum type)
Copyright © 2018. All rights reserved.