java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.virtual.guest.boot.Parameter

@ApiType("SoftLayer_Virtual_Guest_Boot_Parameter")
public class Parameter
extends Entity
See Also:
SoftLayer_Virtual_Guest_Boot_Parameter
  • Field Details

  • Constructor Details

    • Parameter

      public Parameter()
  • Method Details

    • getGuest

      public Guest getGuest()
    • setGuest

      public void setGuest​(Guest guest)
    • getGuestBootParameterType

      public Type getGuestBootParameterType()
    • setGuestBootParameterType

      public void setGuestBootParameterType​(Type guestBootParameterType)
    • getCreateDate

      public GregorianCalendar getCreateDate()
    • setCreateDate

      public void setCreateDate​(GregorianCalendar createDate)
    • isCreateDateSpecified

      public boolean isCreateDateSpecified()
    • unsetCreateDate

      public void unsetCreateDate()
    • getGuestBootParameterTypeId

      public Long getGuestBootParameterTypeId()
    • setGuestBootParameterTypeId

      public void setGuestBootParameterTypeId​(Long guestBootParameterTypeId)
    • isGuestBootParameterTypeIdSpecified

      public boolean isGuestBootParameterTypeIdSpecified()
    • unsetGuestBootParameterTypeId

      public void unsetGuestBootParameterTypeId()
    • getGuestId

      public Long getGuestId()
    • setGuestId

      public void setGuestId​(Long guestId)
    • isGuestIdSpecified

      public boolean isGuestIdSpecified()
    • unsetGuestId

      public void unsetGuestId()
    • getId

      public Long getId()
    • setId

      public void setId​(Long id)
    • isIdSpecified

      public boolean isIdSpecified()
    • unsetId

      public void unsetId()
    • getModifyDate

      public GregorianCalendar getModifyDate()
    • setModifyDate

      public void setModifyDate​(GregorianCalendar modifyDate)
    • isModifyDateSpecified

      public boolean isModifyDateSpecified()
    • unsetModifyDate

      public void unsetModifyDate()
    • asService

      public Parameter.Service asService​(ApiClient client)
    • service

      public static Parameter.Service service​(ApiClient client)
    • service

      public static Parameter.Service service​(ApiClient client, Long id)