public class CharacterWalletsJournalResponse extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CharacterWalletsJournalResponse.FirstPartyTypeEnum
first_party_type string
|
static class |
CharacterWalletsJournalResponse.SecondPartyTypeEnum
second_party_type string
|
| Constructor and Description |
|---|
CharacterWalletsJournalResponse() |
public CharacterWalletsJournalResponse amount(Float amount)
public Float getAmount()
public void setAmount(Float amount)
public CharacterWalletsJournalResponse argumentName(String argumentName)
public String getArgumentName()
public void setArgumentName(String argumentName)
public CharacterWalletsJournalResponse argumentValue(Integer argumentValue)
public Integer getArgumentValue()
public void setArgumentValue(Integer argumentValue)
public CharacterWalletsJournalResponse balance(Float balance)
public Float getBalance()
public void setBalance(Float balance)
public CharacterWalletsJournalResponse date(java.time.OffsetDateTime date)
public java.time.OffsetDateTime getDate()
public void setDate(java.time.OffsetDateTime date)
public CharacterWalletsJournalResponse firstPartyId(Integer firstPartyId)
public Integer getFirstPartyId()
public void setFirstPartyId(Integer firstPartyId)
public CharacterWalletsJournalResponse firstPartyType(CharacterWalletsJournalResponse.FirstPartyTypeEnum firstPartyType)
public CharacterWalletsJournalResponse.FirstPartyTypeEnum getFirstPartyType()
public void setFirstPartyType(CharacterWalletsJournalResponse.FirstPartyTypeEnum firstPartyType)
public CharacterWalletsJournalResponse reason(String reason)
public String getReason()
public void setReason(String reason)
public CharacterWalletsJournalResponse refId(Long refId)
public Long getRefId()
public void setRefId(Long refId)
public CharacterWalletsJournalResponse refTypeId(Integer refTypeId)
public Integer getRefTypeId()
public void setRefTypeId(Integer refTypeId)
public CharacterWalletsJournalResponse secondPartyId(Integer secondPartyId)
public Integer getSecondPartyId()
public void setSecondPartyId(Integer secondPartyId)
public CharacterWalletsJournalResponse secondPartyType(CharacterWalletsJournalResponse.SecondPartyTypeEnum secondPartyType)
public CharacterWalletsJournalResponse.SecondPartyTypeEnum getSecondPartyType()
public void setSecondPartyType(CharacterWalletsJournalResponse.SecondPartyTypeEnum secondPartyType)
public CharacterWalletsJournalResponse taxAmount(Float taxAmount)
public Float getTaxAmount()
public void setTaxAmount(Float taxAmount)
public CharacterWalletsJournalResponse taxRecieverId(Integer taxRecieverId)
public Integer getTaxRecieverId()
public void setTaxRecieverId(Integer taxRecieverId)
Copyright © 2017. All Rights Reserved.