public class GetApplicationRevisionResult extends Object implements Serializable, Cloneable
Represents the output of a get application revision operation.
Constructor and Description |
---|
GetApplicationRevisionResult() |
Modifier and Type | Method and Description |
---|---|
GetApplicationRevisionResult |
clone() |
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 void setApplicationName(String applicationName)
The name of the application that corresponds to the revision.
applicationName
- The name of the application that corresponds to the revision.public String getApplicationName()
The name of the application that corresponds to the revision.
public GetApplicationRevisionResult withApplicationName(String applicationName)
The name of the application that corresponds to the revision.
applicationName
- The name of the application that corresponds to the revision.public void setRevision(RevisionLocation revision)
Additional information about the revision, including the revision's type and its location.
revision
- Additional information about the revision, including the
revision's type and its location.public RevisionLocation getRevision()
Additional information about the revision, including the revision's type and its location.
public GetApplicationRevisionResult withRevision(RevisionLocation revision)
Additional information about the revision, including the revision's type and its location.
revision
- Additional information about the revision, including the
revision's type and its location.public void setRevisionInfo(GenericRevisionInfo revisionInfo)
General information about the revision.
revisionInfo
- General information about the revision.public GenericRevisionInfo getRevisionInfo()
General information about the revision.
public GetApplicationRevisionResult withRevisionInfo(GenericRevisionInfo revisionInfo)
General information about the revision.
revisionInfo
- General information about the revision.public String toString()
toString
in class Object
Object.toString()
public GetApplicationRevisionResult clone()
Copyright © 2015. All rights reserved.