Class Artifact
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.ResourceBaseWithLinks<StandardResourceLinks>
com.microsoft.store.partnercenter.models.entitlements.Artifact
- Direct Known Subclasses:
ReservedInstanceArtifact
public class Artifact extends ResourceBaseWithLinks<StandardResourceLinks>
Class that represents an entitlement artifact.
-
Constructor Summary
Constructors Constructor Description Artifact() -
Method Summary
Modifier and Type Method Description StringgetArtifactType()Gets the artifact type.Map<String,Object>getDynamicAttributes()Gets the dynamic attributesvoidsetArtifactType(String value)Sets the artifact type.voidsetDynamicAttributes(Map<String,Object> value)Sets the dynamic attributes.Methods inherited from class com.microsoft.store.partnercenter.models.ResourceBaseWithLinks
getLinks, setLinks
-
Constructor Details
-
Artifact
public Artifact()
-
-
Method Details
-
getArtifactType
Gets the artifact type.- Returns:
- The artifact type.
-
setArtifactType
Sets the artifact type.- Parameters:
value- The type of artifact.
-
getDynamicAttributes
Gets the dynamic attributes- Returns:
- The dynamic attributes.
-
setDynamicAttributes
Sets the dynamic attributes.- Parameters:
value- The available dynamic attributes.
-