Class ReservedInstanceArtifactDetails
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.ResourceBaseWithLinks<StandardResourceLinks>
com.microsoft.store.partnercenter.models.entitlements.ReservedInstanceArtifactDetails
public class ReservedInstanceArtifactDetails extends ResourceBaseWithLinks<StandardResourceLinks>
Class that represents reserved instance artifact.
-
Constructor Summary
Constructors Constructor Description ReservedInstanceArtifactDetails() -
Method Summary
Modifier and Type Method Description Iterator<Reservation>getReservations()Gets the reservation collection.StringgetType()Gets the artifact type.voidsetReservations(Iterator<Reservation> value)Sets the reservation collection.voidsetType(String value)Sets the artifact type.Methods inherited from class com.microsoft.store.partnercenter.models.ResourceBaseWithLinks
getLinks, setLinks
-
Constructor Details
-
ReservedInstanceArtifactDetails
public ReservedInstanceArtifactDetails()
-
-
Method Details
-
getReservations
Gets the reservation collection.- Returns:
- The reservation collection.
-
setReservations
Sets the reservation collection.- Parameters:
value- The reservation collection.
-
getType
Gets the artifact type.- Returns:
- The artifact type.
-
setType
Sets the artifact type.- Parameters:
value- The artifact type.
-