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
All Methods Instance Methods Concrete Methods 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)
-
-
-
Method Detail
-
clear
public void clear()
Clear out all previously masked objects and local properties
-
withLocalProperty
protected void withLocalProperty(String localProperty)
-
getMask
protected String getMask()
-
toString
public StringBuilder toString(StringBuilder builder)
Append this mask's string representation to the given builder and return it
-
-