public class GetStatusResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
GetStatusResult() |
| Modifier and Type | Method and Description |
|---|---|
GetStatusResult |
clone() |
boolean |
equals(Object obj) |
List<Artifact> |
getArtifactList()
Returns the value of the ArtifactList property for this object.
|
String |
getCarrier()
Returns the value of the Carrier property for this object.
|
Date |
getCreationDate()
Returns the value of the CreationDate property for this object.
|
String |
getCurrentManifest()
Returns the value of the CurrentManifest property for this object.
|
Integer |
getErrorCount()
Returns the value of the ErrorCount property for this object.
|
String |
getJobId()
Returns the value of the JobId property for this object.
|
String |
getJobType()
Returns the value of the JobType property for this object.
|
String |
getLocationCode()
Returns the value of the LocationCode property for this object.
|
String |
getLocationMessage()
Returns the value of the LocationMessage property for this object.
|
String |
getLogBucket()
Returns the value of the LogBucket property for this object.
|
String |
getLogKey()
Returns the value of the LogKey property for this object.
|
String |
getProgressCode()
Returns the value of the ProgressCode property for this object.
|
String |
getProgressMessage()
Returns the value of the ProgressMessage property for this object.
|
String |
getSignature()
Returns the value of the Signature property for this object.
|
String |
getSignatureFileContents()
Returns the value of the SignatureFileContents property for this object.
|
String |
getTrackingNumber()
Returns the value of the TrackingNumber property for this object.
|
int |
hashCode() |
void |
setArtifactList(Collection<Artifact> artifactList)
Sets the value of the ArtifactList property for this object.
|
void |
setCarrier(String carrier)
Sets the value of the Carrier property for this object.
|
void |
setCreationDate(Date creationDate)
Sets the value of the CreationDate property for this object.
|
void |
setCurrentManifest(String currentManifest)
Sets the value of the CurrentManifest property for this object.
|
void |
setErrorCount(Integer errorCount)
Sets the value of the ErrorCount property for this object.
|
void |
setJobId(String jobId)
Sets the value of the JobId property for this object.
|
void |
setJobType(JobType jobType)
Sets the value of the JobType property for this object.
|
void |
setJobType(String jobType)
Sets the value of the JobType property for this object.
|
void |
setLocationCode(String locationCode)
Sets the value of the LocationCode property for this object.
|
void |
setLocationMessage(String locationMessage)
Sets the value of the LocationMessage property for this object.
|
void |
setLogBucket(String logBucket)
Sets the value of the LogBucket property for this object.
|
void |
setLogKey(String logKey)
Sets the value of the LogKey property for this object.
|
void |
setProgressCode(String progressCode)
Sets the value of the ProgressCode property for this object.
|
void |
setProgressMessage(String progressMessage)
Sets the value of the ProgressMessage property for this object.
|
void |
setSignature(String signature)
Sets the value of the Signature property for this object.
|
void |
setSignatureFileContents(String signatureFileContents)
Sets the value of the SignatureFileContents property for this object.
|
void |
setTrackingNumber(String trackingNumber)
Sets the value of the TrackingNumber property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetStatusResult |
withArtifactList(Artifact... artifactList)
Sets the value of the ArtifactList property for this object.
|
GetStatusResult |
withArtifactList(Collection<Artifact> artifactList)
Sets the value of the ArtifactList property for this object.
|
GetStatusResult |
withCarrier(String carrier)
Sets the value of the Carrier property for this object.
|
GetStatusResult |
withCreationDate(Date creationDate)
Sets the value of the CreationDate property for this object.
|
GetStatusResult |
withCurrentManifest(String currentManifest)
Sets the value of the CurrentManifest property for this object.
|
GetStatusResult |
withErrorCount(Integer errorCount)
Sets the value of the ErrorCount property for this object.
|
GetStatusResult |
withJobId(String jobId)
Sets the value of the JobId property for this object.
|
GetStatusResult |
withJobType(JobType jobType)
Sets the value of the JobType property for this object.
|
GetStatusResult |
withJobType(String jobType)
Sets the value of the JobType property for this object.
|
GetStatusResult |
withLocationCode(String locationCode)
Sets the value of the LocationCode property for this object.
|
GetStatusResult |
withLocationMessage(String locationMessage)
Sets the value of the LocationMessage property for this object.
|
GetStatusResult |
withLogBucket(String logBucket)
Sets the value of the LogBucket property for this object.
|
GetStatusResult |
withLogKey(String logKey)
Sets the value of the LogKey property for this object.
|
GetStatusResult |
withProgressCode(String progressCode)
Sets the value of the ProgressCode property for this object.
|
GetStatusResult |
withProgressMessage(String progressMessage)
Sets the value of the ProgressMessage property for this object.
|
GetStatusResult |
withSignature(String signature)
Sets the value of the Signature property for this object.
|
GetStatusResult |
withSignatureFileContents(String signatureFileContents)
Sets the value of the SignatureFileContents property for this object.
|
GetStatusResult |
withTrackingNumber(String trackingNumber)
Sets the value of the TrackingNumber property for this object.
|
public void setJobId(String jobId)
jobId - The new value for the JobId property for this object.public String getJobId()
public GetStatusResult withJobId(String jobId)
jobId - The new value for the JobId property for this object.public void setJobType(String jobType)
jobType - The new value for the JobType property for this object.JobTypepublic String getJobType()
JobTypepublic GetStatusResult withJobType(String jobType)
jobType - The new value for the JobType property for this object.JobTypepublic void setJobType(JobType jobType)
jobType - The new value for the JobType property for this object.JobTypepublic GetStatusResult withJobType(JobType jobType)
jobType - The new value for the JobType property for this object.JobTypepublic void setLocationCode(String locationCode)
locationCode - The new value for the LocationCode property for this object.public String getLocationCode()
public GetStatusResult withLocationCode(String locationCode)
locationCode - The new value for the LocationCode property for this object.public void setLocationMessage(String locationMessage)
locationMessage - The new value for the LocationMessage property for this object.public String getLocationMessage()
public GetStatusResult withLocationMessage(String locationMessage)
locationMessage - The new value for the LocationMessage property for this object.public void setProgressCode(String progressCode)
progressCode - The new value for the ProgressCode property for this object.public String getProgressCode()
public GetStatusResult withProgressCode(String progressCode)
progressCode - The new value for the ProgressCode property for this object.public void setProgressMessage(String progressMessage)
progressMessage - The new value for the ProgressMessage property for this object.public String getProgressMessage()
public GetStatusResult withProgressMessage(String progressMessage)
progressMessage - The new value for the ProgressMessage property for this object.public void setCarrier(String carrier)
carrier - The new value for the Carrier property for this object.public String getCarrier()
public GetStatusResult withCarrier(String carrier)
carrier - The new value for the Carrier property for this object.public void setTrackingNumber(String trackingNumber)
trackingNumber - The new value for the TrackingNumber property for this object.public String getTrackingNumber()
public GetStatusResult withTrackingNumber(String trackingNumber)
trackingNumber - The new value for the TrackingNumber property for this object.public void setLogBucket(String logBucket)
logBucket - The new value for the LogBucket property for this object.public String getLogBucket()
public GetStatusResult withLogBucket(String logBucket)
logBucket - The new value for the LogBucket property for this object.public void setLogKey(String logKey)
logKey - The new value for the LogKey property for this object.public String getLogKey()
public GetStatusResult withLogKey(String logKey)
logKey - The new value for the LogKey property for this object.public void setErrorCount(Integer errorCount)
errorCount - The new value for the ErrorCount property for this object.public Integer getErrorCount()
public GetStatusResult withErrorCount(Integer errorCount)
errorCount - The new value for the ErrorCount property for this object.public void setSignature(String signature)
signature - The new value for the Signature property for this object.public String getSignature()
public GetStatusResult withSignature(String signature)
signature - The new value for the Signature property for this object.public void setSignatureFileContents(String signatureFileContents)
signatureFileContents - The new value for the SignatureFileContents property for this
object.public String getSignatureFileContents()
public GetStatusResult withSignatureFileContents(String signatureFileContents)
signatureFileContents - The new value for the SignatureFileContents property for this
object.public void setCurrentManifest(String currentManifest)
currentManifest - The new value for the CurrentManifest property for this object.public String getCurrentManifest()
public GetStatusResult withCurrentManifest(String currentManifest)
currentManifest - The new value for the CurrentManifest property for this object.public void setCreationDate(Date creationDate)
creationDate - The new value for the CreationDate property for this object.public Date getCreationDate()
public GetStatusResult withCreationDate(Date creationDate)
creationDate - The new value for the CreationDate property for this object.public List<Artifact> getArtifactList()
public void setArtifactList(Collection<Artifact> artifactList)
artifactList - The new value for the ArtifactList property for this object.public GetStatusResult withArtifactList(Artifact... artifactList)
NOTE: This method appends the values to the existing list (if
any). Use setArtifactList(java.util.Collection) or
withArtifactList(java.util.Collection) if you want to override
the existing values.
artifactList - The new value for the ArtifactList property for this object.public GetStatusResult withArtifactList(Collection<Artifact> artifactList)
artifactList - The new value for the ArtifactList property for this object.public String toString()
toString in class ObjectObject.toString()public GetStatusResult clone()
Copyright © 2015. All rights reserved.