Class ExchangeRate.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.billing.currency.ExchangeRate.Mask
-
- Enclosing class:
- ExchangeRate
public static class ExchangeRate.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExchangeRate.Mask
effectiveDate()
ExchangeRate.Mask
expirationDate()
Currency.Mask
fundingCurrency()
ExchangeRate.Mask
id()
Currency.Mask
localCurrency()
ExchangeRate.Mask
rate()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
fundingCurrency
public Currency.Mask fundingCurrency()
-
localCurrency
public Currency.Mask localCurrency()
-
effectiveDate
public ExchangeRate.Mask effectiveDate()
-
expirationDate
public ExchangeRate.Mask expirationDate()
-
id
public ExchangeRate.Mask id()
-
rate
public ExchangeRate.Mask rate()
-
-