public class UpdateApplicationVersionResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Result message wrapping a single description of an application version.
Modifier and Type | Field and Description |
---|---|
private ApplicationVersionDescription |
applicationVersion
The ApplicationVersionDescription of the application version.
|
Constructor and Description |
---|
UpdateApplicationVersionResult() |
Modifier and Type | Method and Description |
---|---|
UpdateApplicationVersionResult |
clone() |
boolean |
equals(java.lang.Object obj) |
ApplicationVersionDescription |
getApplicationVersion()
The ApplicationVersionDescription of the application version.
|
int |
hashCode() |
void |
setApplicationVersion(ApplicationVersionDescription applicationVersion)
The ApplicationVersionDescription of the application version.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateApplicationVersionResult |
withApplicationVersion(ApplicationVersionDescription applicationVersion)
The ApplicationVersionDescription of the application version.
|
private ApplicationVersionDescription applicationVersion
The ApplicationVersionDescription of the application version.
public void setApplicationVersion(ApplicationVersionDescription applicationVersion)
The ApplicationVersionDescription of the application version.
applicationVersion
- The ApplicationVersionDescription of the application
version.public ApplicationVersionDescription getApplicationVersion()
The ApplicationVersionDescription of the application version.
public UpdateApplicationVersionResult withApplicationVersion(ApplicationVersionDescription applicationVersion)
The ApplicationVersionDescription of the application version.
applicationVersion
- The ApplicationVersionDescription of the application
version.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UpdateApplicationVersionResult clone()
clone
in class java.lang.Object