Package com.softlayer.api
Class Mask
java.lang.Object
com.softlayer.api.Mask
- Direct Known Subclasses:
Entity.Mask
public class Mask extends Object
Object mask parameter. See http://sldn.softlayer.com/article/Object-Masks
-
Constructor Summary
Constructors Constructor Description Mask() -
Method Summary
Modifier and Type Method Description voidclear()Clear out all previously masked objects and local propertiesprotected StringgetMask()StringtoString()StringBuildertoString(StringBuilder builder)Append this mask's string representation to the given builder and return itprotected voidwithLocalProperty(String localProperty)protected <T extends Mask>
TwithSubMask(String name, Class<T> maskClass)
-
Constructor Details
-
Mask
public Mask()
-
-
Method Details
-
clear
public void clear()Clear out all previously masked objects and local properties -
withLocalProperty
-
withSubMask
-
getMask
-
toString
-
toString
Append this mask's string representation to the given builder and return it
-