Class Attribute

java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.virtual.guest.Attribute
Direct Known Subclasses:
UserData

@ApiType("SoftLayer_Virtual_Guest_Attribute")
public class Attribute
extends Entity
See Also:
SoftLayer_Virtual_Guest_Attribute
  • Field Details

  • Constructor Details

    • Attribute

      public Attribute()
  • Method Details

    • getGuest

      public Guest getGuest()
    • setGuest

      public void setGuest​(Guest guest)
    • getType

      public Type getType()
    • setType

      public void setType​(Type type)
    • getValue

      public String getValue()
    • setValue

      public void setValue​(String value)
    • isValueSpecified

      public boolean isValueSpecified()
    • unsetValue

      public void unsetValue()