Class Reservation

java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.location.Reservation

@ApiType("SoftLayer_Location_Reservation")
public class Reservation
extends Entity
See Also:
SoftLayer_Location_Reservation
  • Field Details

  • Constructor Details

    • Reservation

      public Reservation()
  • Method Details

    • getAccount

      public Account getAccount()
    • setAccount

      public void setAccount​(Account account)
    • getAllotment

      public Allotment getAllotment()
    • setAllotment

      public void setAllotment​(Allotment allotment)
    • getBillingItem

      public Item getBillingItem()
    • setBillingItem

      public void setBillingItem​(Item billingItem)
    • getLocation

      public Location getLocation()
    • setLocation

      public void setLocation​(Location location)
    • getLocationReservationRack

      public Rack getLocationReservationRack()
    • setLocationReservationRack

      public void setLocationReservationRack​(Rack locationReservationRack)
    • getAllotmentId

      public Long getAllotmentId()
    • setAllotmentId

      public void setAllotmentId​(Long allotmentId)
    • isAllotmentIdSpecified

      public boolean isAllotmentIdSpecified()
    • unsetAllotmentId

      public void unsetAllotmentId()
    • getId

      public Long getId()
    • setId

      public void setId​(Long id)
    • isIdSpecified

      public boolean isIdSpecified()
    • unsetId

      public void unsetId()
    • getLocationId

      public Long getLocationId()
    • setLocationId

      public void setLocationId​(Long locationId)
    • isLocationIdSpecified

      public boolean isLocationIdSpecified()
    • unsetLocationId

      public void unsetLocationId()
    • getName

      public String getName()
    • setName

      public void setName​(String name)
    • isNameSpecified

      public boolean isNameSpecified()
    • unsetName

      public void unsetName()
    • getNotes

      public String getNotes()
    • setNotes

      public void setNotes​(String notes)
    • isNotesSpecified

      public boolean isNotesSpecified()
    • unsetNotes

      public void unsetNotes()
    • asService

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

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

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