Class Mask

  • Direct Known Subclasses:
    Entity.Mask

    public class Mask
    extends Object
    Object mask parameter. See http://sldn.softlayer.com/article/Object-Masks
    • Constructor Detail

      • Mask

        public Mask()
    • Method Detail

      • clear

        public void clear()
        Clear out all previously masked objects and local properties
      • withLocalProperty

        protected void withLocalProperty​(String localProperty)
      • withSubMask

        protected <T extends Mask> T withSubMask​(String name,
                                                 Class<T> maskClass)
      • getMask

        protected String getMask()
      • toString

        public StringBuilder toString​(StringBuilder builder)
        Append this mask's string representation to the given builder and return it