@Generated(value="com.coupang.client.generator.CoupangCustomCodeGenerator", date="2022-01-07T15:32:33.824+09:00") public class BudgetStateResponse extends Object
Constructor and Description |
---|
BudgetStateResponse() |
Modifier and Type | Method and Description |
---|---|
BudgetStateResponse |
contractId(Long contractId) |
boolean |
equals(Object o) |
Long |
getContractId()
Get contractId
|
String |
getTargetMonth()
Get targetMonth
|
BigDecimal |
getTotalBudgetAmount()
Get totalBudgetAmount
|
BigDecimal |
getUsedBudgetAmount()
Get usedBudgetAmount
|
Double |
getVendorShareRatio()
Get vendorShareRatio
|
int |
hashCode() |
void |
setContractId(Long contractId) |
void |
setTargetMonth(String targetMonth) |
void |
setTotalBudgetAmount(BigDecimal totalBudgetAmount) |
void |
setUsedBudgetAmount(BigDecimal usedBudgetAmount) |
void |
setVendorShareRatio(Double vendorShareRatio) |
BudgetStateResponse |
targetMonth(String targetMonth) |
String |
toString() |
BudgetStateResponse |
totalBudgetAmount(BigDecimal totalBudgetAmount) |
BudgetStateResponse |
usedBudgetAmount(BigDecimal usedBudgetAmount) |
BudgetStateResponse |
vendorShareRatio(Double vendorShareRatio) |
public BudgetStateResponse contractId(Long contractId)
public Long getContractId()
public void setContractId(Long contractId)
public BudgetStateResponse targetMonth(String targetMonth)
public String getTargetMonth()
public void setTargetMonth(String targetMonth)
public BudgetStateResponse totalBudgetAmount(BigDecimal totalBudgetAmount)
public BigDecimal getTotalBudgetAmount()
public void setTotalBudgetAmount(BigDecimal totalBudgetAmount)
public BudgetStateResponse usedBudgetAmount(BigDecimal usedBudgetAmount)
public BigDecimal getUsedBudgetAmount()
public void setUsedBudgetAmount(BigDecimal usedBudgetAmount)
public BudgetStateResponse vendorShareRatio(Double vendorShareRatio)
public Double getVendorShareRatio()
public void setVendorShareRatio(Double vendorShareRatio)
Copyright © 2022. All rights reserved.