Class ReservedInstanceArtifact
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.ResourceBaseWithLinks<StandardResourceLinks>
com.microsoft.store.partnercenter.models.entitlements.Artifact
com.microsoft.store.partnercenter.models.entitlements.ReservedInstanceArtifact
public class ReservedInstanceArtifact extends Artifact
Class that represents reserved instance artifact.
-
Constructor Summary
Constructors Constructor Description ReservedInstanceArtifact() -
Method Summary
Modifier and Type Method Description LinkgetLink()Gets the link for the reserved instance artifact.StringgetResourceId()Gets the resource identifier for the reserved instance artifact.voidsetLink(Link value)Sets the link for the reserved instance artifact.voidsetResourceId(String value)Sets the resource identifier for the reserved instance artifact.Methods inherited from class com.microsoft.store.partnercenter.models.entitlements.Artifact
getArtifactType, getDynamicAttributes, setArtifactType, setDynamicAttributesMethods inherited from class com.microsoft.store.partnercenter.models.ResourceBaseWithLinks
getLinks, setLinks
-
Constructor Details
-
ReservedInstanceArtifact
public ReservedInstanceArtifact()
-
-
Method Details
-
getLink
Gets the link for the reserved instance artifact.- Returns:
- The link for the reserved instance artifact.
-
setLink
Sets the link for the reserved instance artifact.- Parameters:
value- The link for the reserved instance artifact.
-
getResourceId
Gets the resource identifier for the reserved instance artifact.- Returns:
- The resource identifier for the reserved instance artifact.
-
setResourceId
Sets the resource identifier for the reserved instance artifact.- Parameters:
value- The resource identifier for the reserved instance artifact.
-