public class GetApplicationResult extends Object implements Serializable
Represents the output of a get application operation.
Constructor and Description |
---|
GetApplicationResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ApplicationInfo |
getApplication()
Information about the application.
|
int |
hashCode() |
void |
setApplication(ApplicationInfo application)
Information about the application.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetApplicationResult |
withApplication(ApplicationInfo application)
Information about the application.
|
public ApplicationInfo getApplication()
public void setApplication(ApplicationInfo application)
application
- Information about the application.public GetApplicationResult withApplication(ApplicationInfo application)
Returns a reference to this object so that method calls can be chained together.
application
- Information about the application.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.