public class UpdateApplicationResult
extends java.lang.Object
implements java.io.Serializable
Result message containing a single description of an application.
| コンストラクタと説明 |
|---|
UpdateApplicationResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
ApplicationDescription |
getApplication()
The ApplicationDescription of the application.
|
int |
hashCode() |
void |
setApplication(ApplicationDescription application)
The ApplicationDescription of the application.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateApplicationResult |
withApplication(ApplicationDescription application)
The ApplicationDescription of the application.
|
public ApplicationDescription getApplication()
public void setApplication(ApplicationDescription application)
application - The ApplicationDescription of the application.public UpdateApplicationResult withApplication(ApplicationDescription application)
Returns a reference to this object so that method calls can be chained together.
application - The ApplicationDescription of the application.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object