Class Reservation


public class Reservation
extends ResourceBaseWithLinks<StandardResourceLinks>
Class that represents a reservation.
  • Constructor Details

  • Method Details

    • getAppliedScopes

      public Iterator<String> getAppliedScopes()
      Gets the applied scopes for the reservation.
      Returns:
      The applied scopes for the reservation.
    • setAppliedScopes

      public void setAppliedScopes​(Iterator<String> value)
      Sets the applied scopes for the reservation.
      Parameters:
      value - The applied scopes for the reservation.
    • getDisplayName

      public String getDisplayName()
      Gets the display name for the reservation.
      Returns:
      The display for the reservation.
    • setDisplayName

      public void setDisplayName​(String value)
      Sets the display name for the reservation.
      Parameters:
      value - The display name for the reservation.
    • getEffectiveDateTime

      public org.joda.time.DateTime getEffectiveDateTime()
      Gets the effective date and time.
      Returns:
      The effective date and time for the reservation.
    • setEffectDateTime

      public void setEffectDateTime​(org.joda.time.DateTime value)
      Sets the effective date and time.
      Parameters:
      value - The effective date and time for the reservation.
    • getExpiryDateTime

      public org.joda.time.DateTime getExpiryDateTime()
      Gets the expiry date and time.
      Returns:
      The expiry date and time for the reservation.
    • setExpiryDateTime

      public void setExpiryDateTime​(org.joda.time.DateTime value)
      Sets the expiry date and time.
      Parameters:
      value - The expiry date and time for the reservation.
    • getProvisioningState

      public String getProvisioningState()
      Gets the provisioning state for the reservation.
      Returns:
      The provisioning state for the reservation.
    • setProvisioningState

      public void setProvisioningState​(String value)
      Sets the provisioning state for the reservation.
      Parameters:
      value - The provisioning state for the reservation.
    • getQuantity

      public Integer getQuantity()
      Gets the quantity.
      Returns:
      The quantity for the reservation.
    • setQuantity

      public void setQuantity​(Integer value)
      Sets the quantity.
      Parameters:
      value - The quantity for the reservation.
    • getReservationId

      public String getReservationId()
      Gets the identifier for the reservation.
      Returns:
      The identifier for the reservation.
    • setReservationId

      public void setReservationId​(String value)
      Sets the identifier for the reservation.
      Parameters:
      value - The identifier for the reservation.
    • getScopeType

      public String getScopeType()
      Gets the scope type for the reservation.
      Returns:
      The scope type for the reservation.
    • setScopeType

      public void setScopeType​(String value)
      Sets the scope type for the reservation.
      Parameters:
      value - The scope type for the reservation.