@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-06-21T18:51:48.018+03:00") public class ValidationItemStatusDTO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ValidationItemStatusDTO.TypeEnum
Gets or Sets type
|
| Constructor and Description |
|---|
ValidationItemStatusDTO() |
public ValidationItemStatusDTO balance(Double balance)
public Double getBalance()
public void setBalance(Double balance)
public ValidationItemStatusDTO expiryDate(String expiryDate)
public String getExpiryDate()
public void setExpiryDate(String expiryDate)
public ValidationItemStatusDTO maxUseCount(Integer maxUseCount)
public Integer getMaxUseCount()
public void setMaxUseCount(Integer maxUseCount)
public ValidationItemStatusDTO maxUseHours(Integer maxUseHours)
public Integer getMaxUseHours()
public void setMaxUseHours(Integer maxUseHours)
public ValidationItemStatusDTO startDate(String startDate)
public String getStartDate()
public void setStartDate(String startDate)
public ValidationItemStatusDTO type(ValidationItemStatusDTO.TypeEnum type)
public ValidationItemStatusDTO.TypeEnum getType()
public void setType(ValidationItemStatusDTO.TypeEnum type)
public ValidationItemStatusDTO usedCount(Integer usedCount)
public Integer getUsedCount()
public void setUsedCount(Integer usedCount)
Copyright © 2018. All rights reserved.