Class BatchGetApplicationRevisionsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a batch get application revisions operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of the application that corresponds to the revisions.Information about errors that may have occurred during the API call.Additional information about the revisions, including the type and location.int
hashCode()
void
setApplicationName
(String applicationName) The name of the application that corresponds to the revisions.void
setErrorMessage
(String errorMessage) Information about errors that may have occurred during the API call.void
setRevisions
(Collection<RevisionInfo> revisions) Additional information about the revisions, including the type and location.toString()
Returns a string representation of this object; useful for testing and debugging.withApplicationName
(String applicationName) The name of the application that corresponds to the revisions.withErrorMessage
(String errorMessage) Information about errors that may have occurred during the API call.withRevisions
(RevisionInfo... revisions) Additional information about the revisions, including the type and location.withRevisions
(Collection<RevisionInfo> revisions) Additional information about the revisions, including the type and location.
-
Constructor Details
-
BatchGetApplicationRevisionsResult
public BatchGetApplicationRevisionsResult()
-
-
Method Details
-
setApplicationName
The name of the application that corresponds to the revisions.
- Parameters:
applicationName
- The name of the application that corresponds to the revisions.
-
getApplicationName
The name of the application that corresponds to the revisions.
- Returns:
- The name of the application that corresponds to the revisions.
-
withApplicationName
The name of the application that corresponds to the revisions.
- Parameters:
applicationName
- The name of the application that corresponds to the revisions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setErrorMessage
Information about errors that may have occurred during the API call.
- Parameters:
errorMessage
- Information about errors that may have occurred during the API call.
-
getErrorMessage
Information about errors that may have occurred during the API call.
- Returns:
- Information about errors that may have occurred during the API call.
-
withErrorMessage
Information about errors that may have occurred during the API call.
- Parameters:
errorMessage
- Information about errors that may have occurred during the API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getRevisions
Additional information about the revisions, including the type and location.
- Returns:
- Additional information about the revisions, including the type and location.
-
setRevisions
Additional information about the revisions, including the type and location.
- Parameters:
revisions
- Additional information about the revisions, including the type and location.
-
withRevisions
Additional information about the revisions, including the type and location.
NOTE: This method appends the values to the existing list (if any). Use
setRevisions(java.util.Collection)
orwithRevisions(java.util.Collection)
if you want to override the existing values.- Parameters:
revisions
- Additional information about the revisions, including the type and location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withRevisions
Additional information about the revisions, including the type and location.
- Parameters:
revisions
- Additional information about the revisions, including the type and location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-