Class Type

java.lang.Object
com.softlayer.api.Type
Direct Known Subclasses:
Entity

public abstract class Type
extends Object
  • Field Details

  • Constructor Details

    • Type

      public Type()
  • Method Details

    • getUnknownProperties

      public Map<String,​Object> getUnknownProperties()
      Get all unknown properties (or an empty map). The result of mutating the resulting map is undefined and may result in an error.
    • setUnknownProperties

      public void setUnknownProperties​(Map<String,​Object> unknownProperties)
      Set the unknown properties for this type. The values are copied to an immutable map. Note, these values are NOT serialized into the type.