Reservation Class

public class Reservation extends ResourceBaseWithLinks<StandardResourceLinks>

Class that represents a reservation.

Constructor Summary

Constructor Description
Reservation()

Method Summary

Modifier and Type Method and Description
java.util.Iterator<java.lang.String> getAppliedScopes()

Gets the applied scopes for the reservation.

java.lang.String getDisplayName()

Gets the display name for the reservation.

org.joda.time.DateTime getEffectiveDateTime()

Gets the effective date and time.

org.joda.time.DateTime getExpiryDateTime()

Gets the expiry date and time.

java.lang.String getProvisioningState()

Gets the provisioning state for the reservation.

java.lang.Integer getQuantity()

Gets the quantity.

java.lang.String getReservationId()

Gets the identifier for the reservation.

java.lang.String getScopeType()

Gets the scope type for the reservation.

void setAppliedScopes(Iterator<String> value)

Sets the applied scopes for the reservation.

void setDisplayName(String value)

Sets the display name for the reservation.

void setEffectDateTime(DateTime value)

Sets the effective date and time.

void setExpiryDateTime(DateTime value)

Sets the expiry date and time.

void setProvisioningState(String value)

Sets the provisioning state for the reservation.

void setQuantity(Integer value)

Sets the quantity.

void setReservationId(String value)

Sets the identifier for the reservation.

void setScopeType(String value)

Sets the scope type for the reservation.

Inherited Members

ResourceBase.getAttributes() ResourceBaseWithLinks<TLinks>.getLinks() ResourceBaseWithLinks<TLinks>.setLinks(TLinks value) java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

Reservation

public Reservation()

Method Details

getAppliedScopes

public Iterator getAppliedScopes()

Gets the applied scopes for the reservation.

Returns:

The applied scopes for the reservation.

getDisplayName

public String getDisplayName()

Gets the display name for the reservation.

Returns:

The display for the reservation.

getEffectiveDateTime

public DateTime getEffectiveDateTime()

Gets the effective date and time.

Returns:

The effective date and time for the reservation.

getExpiryDateTime

public DateTime getExpiryDateTime()

Gets the expiry date and time.

Returns:

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.

getQuantity

public Integer getQuantity()

Gets the quantity.

Returns:

The quantity for the reservation.

getReservationId

public String getReservationId()

Gets the identifier for the reservation.

Returns:

The identifier for the reservation.

getScopeType

public String getScopeType()

Gets the scope type for the reservation.

Returns:

The scope type for the reservation.

setAppliedScopes

public void setAppliedScopes(Iterator value)

Sets the applied scopes for the reservation.

Parameters:

value - The applied scopes for the reservation.

setDisplayName

public void setDisplayName(String value)

Sets the display name for the reservation.

Parameters:

value - The display name for the reservation.

setEffectDateTime

public void setEffectDateTime(DateTime value)

Sets the effective date and time.

Parameters:

value - The effective date and time for the reservation.

setExpiryDateTime

public void setExpiryDateTime(DateTime value)

Sets the expiry date and time.

Parameters:

value - The expiry date and time for the reservation.

setProvisioningState

public void setProvisioningState(String value)

Sets the provisioning state for the reservation.

Parameters:

value - The provisioning state for the reservation.

setQuantity

public void setQuantity(Integer value)

Sets the quantity.

Parameters:

value - The quantity for the reservation.

setReservationId

public void setReservationId(String value)

Sets the identifier for the reservation.

Parameters:

value - The identifier for the reservation.

setScopeType

public void setScopeType(String value)

Sets the scope type for the reservation.

Parameters:

value - The scope type for the reservation.

Applies to