Class Cache.Mask
- java.lang.Object
-
- com.softlayer.api.Mask
-
- com.softlayer.api.service.Entity.Mask
-
- com.softlayer.api.service.container.tax.Cache.Mask
-
- Enclosing class:
- Cache
public static class Cache.Mask extends Entity.Mask
-
-
Constructor Summary
Constructors Constructor Description Mask()
-
Method Summary
Modifier and Type Method Description Cache.Mask
effectiveTaxRate()
Item.Mask
items()
Cache.Mask
status()
Cache.Mask
totalTaxAmount()
-
Methods inherited from class com.softlayer.api.Mask
clear, getMask, toString, toString, withLocalProperty, withSubMask
-
-
-
-
Method Detail
-
effectiveTaxRate
public Cache.Mask effectiveTaxRate()
-
items
public Item.Mask items()
-
status
public Cache.Mask status()
-
totalTaxAmount
public Cache.Mask totalTaxAmount()
-
-