Class GetAccountsPurchasedShares
java.lang.Object
org.apache.fineract.client.models.GetAccountsPurchasedShares
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class GetAccountsPurchasedShares
extends Object
GetAccountsPurchasedShares
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionamountPaid(Double amountPaid) chargeAmount(Double chargeAmount) booleanGet accountIdGet amountGet amountPaidGet chargeAmountgetId()Get idGet numberOfSharesGet purchasedDateGet purchasedPriceGet statusgetType()Get typeinthashCode()numberOfShares(Integer numberOfShares) purchasedDate(LocalDate purchasedDate) purchasedPrice(Double purchasedPrice) voidsetAccountId(Long accountId) voidvoidsetAmountPaid(Double amountPaid) voidsetChargeAmount(Double chargeAmount) voidvoidsetNumberOfShares(Integer numberOfShares) voidsetPurchasedDate(LocalDate purchasedDate) voidsetPurchasedPrice(Double purchasedPrice) voidvoidtoString()
-
Field Details
-
SERIALIZED_NAME_ACCOUNT_ID
- See Also:
-
SERIALIZED_NAME_AMOUNT
- See Also:
-
SERIALIZED_NAME_AMOUNT_PAID
- See Also:
-
SERIALIZED_NAME_CHARGE_AMOUNT
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NUMBER_OF_SHARES
- See Also:
-
SERIALIZED_NAME_PURCHASED_DATE
- See Also:
-
SERIALIZED_NAME_PURCHASED_PRICE
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
-
Constructor Details
-
GetAccountsPurchasedShares
public GetAccountsPurchasedShares()
-
-
Method Details
-
accountId
-
getAccountId
Get accountId- Returns:
- accountId
-
setAccountId
-
amount
-
getAmount
Get amount- Returns:
- amount
-
setAmount
-
amountPaid
-
getAmountPaid
Get amountPaid- Returns:
- amountPaid
-
setAmountPaid
-
chargeAmount
-
getChargeAmount
Get chargeAmount- Returns:
- chargeAmount
-
setChargeAmount
-
id
-
getId
Get id- Returns:
- id
-
setId
-
purchasedDate
-
getPurchasedDate
Get purchasedDate- Returns:
- purchasedDate
-
setPurchasedDate
-
purchasedPrice
-
getPurchasedPrice
Get purchasedPrice- Returns:
- purchasedPrice
-
setPurchasedPrice
-
getStatus
Get status- Returns:
- status
-
getType
Get type- Returns:
- type
-
equals
-
hashCode
public int hashCode() -
toString
-