public class ProvisioningArtifact extends Object implements Serializable, Cloneable
Contains information indicating the ways in which a product can be provisioned.
| Constructor and Description |
|---|
ProvisioningArtifact() |
| Modifier and Type | Method and Description |
|---|---|
ProvisioningArtifact |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedTime()
The time that the artifact was created by the Administrator.
|
String |
getDescription()
The text description of the artifact.
|
String |
getId()
The identifier for the artifact.
|
String |
getName()
The name of the artifact.
|
int |
hashCode() |
void |
setCreatedTime(Date createdTime)
The time that the artifact was created by the Administrator.
|
void |
setDescription(String description)
The text description of the artifact.
|
void |
setId(String id)
The identifier for the artifact.
|
void |
setName(String name)
The name of the artifact.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ProvisioningArtifact |
withCreatedTime(Date createdTime)
The time that the artifact was created by the Administrator.
|
ProvisioningArtifact |
withDescription(String description)
The text description of the artifact.
|
ProvisioningArtifact |
withId(String id)
The identifier for the artifact.
|
ProvisioningArtifact |
withName(String name)
The name of the artifact.
|
public void setId(String id)
The identifier for the artifact.
id - The identifier for the artifact.public String getId()
The identifier for the artifact.
public ProvisioningArtifact withId(String id)
The identifier for the artifact.
id - The identifier for the artifact.public void setName(String name)
The name of the artifact.
name - The name of the artifact.public String getName()
The name of the artifact.
public ProvisioningArtifact withName(String name)
The name of the artifact.
name - The name of the artifact.public void setDescription(String description)
The text description of the artifact.
description - The text description of the artifact.public String getDescription()
The text description of the artifact.
public ProvisioningArtifact withDescription(String description)
The text description of the artifact.
description - The text description of the artifact.public void setCreatedTime(Date createdTime)
The time that the artifact was created by the Administrator.
createdTime - The time that the artifact was created by the Administrator.public Date getCreatedTime()
The time that the artifact was created by the Administrator.
public ProvisioningArtifact withCreatedTime(Date createdTime)
The time that the artifact was created by the Administrator.
createdTime - The time that the artifact was created by the Administrator.public String toString()
toString in class ObjectObject.toString()public ProvisioningArtifact clone()
Copyright © 2016. All rights reserved.