ReservedInstanceArtifactDetails Class

public class ReservedInstanceArtifactDetails extends ResourceBaseWithLinks<StandardResourceLinks>

Class that represents reserved instance artifact.

Constructor Summary

Constructor Description
ReservedInstanceArtifactDetails()

Method Summary

Modifier and Type Method and Description
java.util.Iterator<Reservation> getReservations()

Gets the reservation collection.

java.lang.String getType()

Gets the artifact type.

void setReservations(Iterator<Reservation> value)

Sets the reservation collection.

void setType(String value)

Sets the artifact type.

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

ReservedInstanceArtifactDetails

public ReservedInstanceArtifactDetails()

Method Details

getReservations

public Iterator getReservations()

Gets the reservation collection.

Returns:

The reservation collection.

getType

public String getType()

Gets the artifact type.

Returns:

The artifact type.

setReservations

public void setReservations(Iterator value)

Sets the reservation collection.

Parameters:

value - The reservation collection.

setType

public void setType(String value)

Sets the artifact type.

Parameters:

value - The artifact type.

Applies to