public class GetApplicationResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the output of a get application operation.
Modifier and Type | Field and Description |
---|---|
private ApplicationInfo |
application
Information about the application.
|
Constructor and Description |
---|
GetApplicationResult() |
Modifier and Type | Method and Description |
---|---|
GetApplicationResult |
clone() |
boolean |
equals(java.lang.Object obj) |
ApplicationInfo |
getApplication()
Information about the application.
|
int |
hashCode() |
void |
setApplication(ApplicationInfo application)
Information about the application.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetApplicationResult |
withApplication(ApplicationInfo application)
Information about the application.
|
private ApplicationInfo application
Information about the application.
public void setApplication(ApplicationInfo application)
Information about the application.
application
- Information about the application.public ApplicationInfo getApplication()
Information about the application.
public GetApplicationResult withApplication(ApplicationInfo application)
Information about the application.
application
- Information about the application.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 GetApplicationResult clone()
clone
in class java.lang.Object