@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class TrialBsResponseTrialBsSegment1Tags extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CLOSING_BALANCE |
static String |
SERIALIZED_NAME_COMPOSITION_RATIO |
static String |
SERIALIZED_NAME_CREDIT_AMOUNT |
static String |
SERIALIZED_NAME_DEBIT_AMOUNT |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_OPENING_BALANCE |
| Constructor and Description |
|---|
TrialBsResponseTrialBsSegment1Tags() |
public static final String SERIALIZED_NAME_CLOSING_BALANCE
public static final String SERIALIZED_NAME_COMPOSITION_RATIO
public static final String SERIALIZED_NAME_CREDIT_AMOUNT
public static final String SERIALIZED_NAME_DEBIT_AMOUNT
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_OPENING_BALANCE
public TrialBsResponseTrialBsSegment1Tags closingBalance(Integer closingBalance)
public void setClosingBalance(Integer closingBalance)
public TrialBsResponseTrialBsSegment1Tags compositionRatio(BigDecimal compositionRatio)
@Nullable public BigDecimal getCompositionRatio()
public void setCompositionRatio(BigDecimal compositionRatio)
public TrialBsResponseTrialBsSegment1Tags creditAmount(Integer creditAmount)
public void setCreditAmount(Integer creditAmount)
public TrialBsResponseTrialBsSegment1Tags debitAmount(Integer debitAmount)
public void setDebitAmount(Integer debitAmount)
public TrialBsResponseTrialBsSegment1Tags id(Integer id)
public void setId(Integer id)
public TrialBsResponseTrialBsSegment1Tags name(String name)
public void setName(String name)
public TrialBsResponseTrialBsSegment1Tags openingBalance(Integer openingBalance)
public void setOpeningBalance(Integer openingBalance)
Copyright © 2022. All rights reserved.