public class ExClientRateVO extends AlipayObject
Constructor and Description |
---|
ExClientRateVO() |
Modifier and Type | Method and Description |
---|---|
String |
getAgreementId()
Gets agreement id.
|
String |
getBaseCcy()
Gets base ccy.
|
String |
getBidRate()
Gets bid rate.
|
String |
getClientBidRate()
Gets client bid rate.
|
String |
getClientId()
Gets client id.
|
String |
getClientOfferRate()
Gets client offer rate.
|
String |
getCurrencyPair()
Gets currency pair.
|
String |
getExpiryTime()
Gets expiry time.
|
String |
getGenerateDate()
Gets generate date.
|
Date |
getGenerateTime()
Gets generate time.
|
String |
getGuaranteed()
Gets guaranteed.
|
String |
getMaturityDate()
Gets maturity date.
|
Long |
getMaximumBidAmount()
Gets maximum bid amount.
|
Long |
getMaximumOfferAmount()
Gets maximum offer amount.
|
String |
getMidRate()
Gets mid rate.
|
String |
getMinimumBidAmount()
Gets minimum bid amount.
|
String |
getMinimumOfferAmount()
Gets minimum offer amount.
|
String |
getOfferRate()
Gets offer rate.
|
String |
getOnOffShore()
Gets on off shore.
|
String |
getOriginRateInst()
Gets origin rate inst.
|
String |
getOriginRateRef()
Gets origin rate ref.
|
String |
getPeriod()
Gets period.
|
String |
getProfileId()
Gets profile id.
|
String |
getQuoteCcy()
Gets quote ccy.
|
String |
getRateRef()
Gets rate ref.
|
String |
getRateTime()
Gets rate time.
|
String |
getRateType()
Gets rate type.
|
String |
getSpBid()
Gets sp bid.
|
String |
getSpMid()
Gets sp mid.
|
String |
getSpOffer()
Gets sp offer.
|
String |
getStandardProductRateId()
Gets standard product rate id.
|
String |
getStartTime()
Gets start time.
|
String |
getSubAgreementId()
Gets sub agreement id.
|
String |
getThresholdTime()
Gets threshold time.
|
String |
getTimeZone()
Gets time zone.
|
String |
getTransactionCcyType()
Gets transaction ccy type.
|
String |
getValidTime()
Gets valid time.
|
void |
setAgreementId(String agreementId)
Sets agreement id.
|
void |
setBaseCcy(String baseCcy)
Sets base ccy.
|
void |
setBidRate(String bidRate)
Sets bid rate.
|
void |
setClientBidRate(String clientBidRate)
Sets client bid rate.
|
void |
setClientId(String clientId)
Sets client id.
|
void |
setClientOfferRate(String clientOfferRate)
Sets client offer rate.
|
void |
setCurrencyPair(String currencyPair)
Sets currency pair.
|
void |
setExpiryTime(String expiryTime)
Sets expiry time.
|
void |
setGenerateDate(String generateDate)
Sets generate date.
|
void |
setGenerateTime(Date generateTime)
Sets generate time.
|
void |
setGuaranteed(String guaranteed)
Sets guaranteed.
|
void |
setMaturityDate(String maturityDate)
Sets maturity date.
|
void |
setMaximumBidAmount(Long maximumBidAmount)
Sets maximum bid amount.
|
void |
setMaximumOfferAmount(Long maximumOfferAmount)
Sets maximum offer amount.
|
void |
setMidRate(String midRate)
Sets mid rate.
|
void |
setMinimumBidAmount(String minimumBidAmount)
Sets minimum bid amount.
|
void |
setMinimumOfferAmount(String minimumOfferAmount)
Sets minimum offer amount.
|
void |
setOfferRate(String offerRate)
Sets offer rate.
|
void |
setOnOffShore(String onOffShore)
Sets on off shore.
|
void |
setOriginRateInst(String originRateInst)
Sets origin rate inst.
|
void |
setOriginRateRef(String originRateRef)
Sets origin rate ref.
|
void |
setPeriod(String period)
Sets period.
|
void |
setProfileId(String profileId)
Sets profile id.
|
void |
setQuoteCcy(String quoteCcy)
Sets quote ccy.
|
void |
setRateRef(String rateRef)
Sets rate ref.
|
void |
setRateTime(String rateTime)
Sets rate time.
|
void |
setRateType(String rateType)
Sets rate type.
|
void |
setSpBid(String spBid)
Sets sp bid.
|
void |
setSpMid(String spMid)
Sets sp mid.
|
void |
setSpOffer(String spOffer)
Sets sp offer.
|
void |
setStandardProductRateId(String standardProductRateId)
Sets standard product rate id.
|
void |
setStartTime(String startTime)
Sets start time.
|
void |
setSubAgreementId(String subAgreementId)
Sets sub agreement id.
|
void |
setThresholdTime(String thresholdTime)
Sets threshold time.
|
void |
setTimeZone(String timeZone)
Sets time zone.
|
void |
setTransactionCcyType(String transactionCcyType)
Sets transaction ccy type.
|
void |
setValidTime(String validTime)
Sets valid time.
|
public String getAgreementId()
public void setAgreementId(String agreementId)
agreementId
- the agreement idpublic String getBaseCcy()
public void setBaseCcy(String baseCcy)
baseCcy
- the base ccypublic String getBidRate()
public void setBidRate(String bidRate)
bidRate
- the bid ratepublic String getClientBidRate()
public void setClientBidRate(String clientBidRate)
clientBidRate
- the client bid ratepublic String getClientId()
public void setClientId(String clientId)
clientId
- the client idpublic String getClientOfferRate()
public void setClientOfferRate(String clientOfferRate)
clientOfferRate
- the client offer ratepublic String getCurrencyPair()
public void setCurrencyPair(String currencyPair)
currencyPair
- the currency pairpublic String getExpiryTime()
public void setExpiryTime(String expiryTime)
expiryTime
- the expiry timepublic String getGenerateDate()
public void setGenerateDate(String generateDate)
generateDate
- the generate datepublic Date getGenerateTime()
public void setGenerateTime(Date generateTime)
generateTime
- the generate timepublic String getGuaranteed()
public void setGuaranteed(String guaranteed)
guaranteed
- the guaranteedpublic String getMaturityDate()
public void setMaturityDate(String maturityDate)
maturityDate
- the maturity datepublic Long getMaximumBidAmount()
public void setMaximumBidAmount(Long maximumBidAmount)
maximumBidAmount
- the maximum bid amountpublic Long getMaximumOfferAmount()
public void setMaximumOfferAmount(Long maximumOfferAmount)
maximumOfferAmount
- the maximum offer amountpublic String getMidRate()
public void setMidRate(String midRate)
midRate
- the mid ratepublic String getMinimumBidAmount()
public void setMinimumBidAmount(String minimumBidAmount)
minimumBidAmount
- the minimum bid amountpublic String getMinimumOfferAmount()
public void setMinimumOfferAmount(String minimumOfferAmount)
minimumOfferAmount
- the minimum offer amountpublic String getOfferRate()
public void setOfferRate(String offerRate)
offerRate
- the offer ratepublic String getOnOffShore()
public void setOnOffShore(String onOffShore)
onOffShore
- the on off shorepublic String getOriginRateInst()
public void setOriginRateInst(String originRateInst)
originRateInst
- the origin rate instpublic String getOriginRateRef()
public void setOriginRateRef(String originRateRef)
originRateRef
- the origin rate refpublic String getPeriod()
public void setPeriod(String period)
period
- the periodpublic String getProfileId()
public void setProfileId(String profileId)
profileId
- the profile idpublic String getQuoteCcy()
public void setQuoteCcy(String quoteCcy)
quoteCcy
- the quote ccypublic String getRateRef()
public void setRateRef(String rateRef)
rateRef
- the rate refpublic String getRateTime()
public void setRateTime(String rateTime)
rateTime
- the rate timepublic String getRateType()
public void setRateType(String rateType)
rateType
- the rate typepublic String getSpBid()
public void setSpBid(String spBid)
spBid
- the sp bidpublic String getSpMid()
public void setSpMid(String spMid)
spMid
- the sp midpublic String getSpOffer()
public void setSpOffer(String spOffer)
spOffer
- the sp offerpublic String getStandardProductRateId()
public void setStandardProductRateId(String standardProductRateId)
standardProductRateId
- the standard product rate idpublic String getStartTime()
public void setStartTime(String startTime)
startTime
- the start timepublic String getSubAgreementId()
public void setSubAgreementId(String subAgreementId)
subAgreementId
- the sub agreement idpublic String getThresholdTime()
public void setThresholdTime(String thresholdTime)
thresholdTime
- the threshold timepublic String getTimeZone()
public void setTimeZone(String timeZone)
timeZone
- the time zonepublic String getTransactionCcyType()
public void setTransactionCcyType(String transactionCcyType)
transactionCcyType
- the transaction ccy typepublic String getValidTime()
public void setValidTime(String validTime)
validTime
- the valid timeCopyright © 2018. All rights reserved.