public class GetApplicationRevisionResult extends Object implements Serializable
Represents the output of a get application revision operation.
Constructor and Description |
---|
GetApplicationRevisionResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getApplicationName()
The name of the application that corresponds to the revision.
|
RevisionLocation |
getRevision()
Additional information about the revision, including the revision's
type and its location.
|
GenericRevisionInfo |
getRevisionInfo()
General information about the revision.
|
int |
hashCode() |
void |
setApplicationName(String applicationName)
The name of the application that corresponds to the revision.
|
void |
setRevision(RevisionLocation revision)
Additional information about the revision, including the revision's
type and its location.
|
void |
setRevisionInfo(GenericRevisionInfo revisionInfo)
General information about the revision.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetApplicationRevisionResult |
withApplicationName(String applicationName)
The name of the application that corresponds to the revision.
|
GetApplicationRevisionResult |
withRevision(RevisionLocation revision)
Additional information about the revision, including the revision's
type and its location.
|
GetApplicationRevisionResult |
withRevisionInfo(GenericRevisionInfo revisionInfo)
General information about the revision.
|
public String getApplicationName()
Constraints:
Length: 1 - 100
public void setApplicationName(String applicationName)
Constraints:
Length: 1 - 100
applicationName
- The name of the application that corresponds to the revision.public GetApplicationRevisionResult withApplicationName(String applicationName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
applicationName
- The name of the application that corresponds to the revision.public RevisionLocation getRevision()
public void setRevision(RevisionLocation revision)
revision
- Additional information about the revision, including the revision's
type and its location.public GetApplicationRevisionResult withRevision(RevisionLocation revision)
Returns a reference to this object so that method calls can be chained together.
revision
- Additional information about the revision, including the revision's
type and its location.public GenericRevisionInfo getRevisionInfo()
public void setRevisionInfo(GenericRevisionInfo revisionInfo)
revisionInfo
- General information about the revision.public GetApplicationRevisionResult withRevisionInfo(GenericRevisionInfo revisionInfo)
Returns a reference to this object so that method calls can be chained together.
revisionInfo
- General information about the revision.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.