public class ApplicationResponse extends Object implements Serializable
Constructor and Description |
---|
ApplicationResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getId()
The unique application ID.
|
String |
getName()
The display name of the application.
|
int |
hashCode() |
void |
setId(String id)
The unique application ID.
|
void |
setName(String name)
The display name of the application.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ApplicationResponse |
withId(String id)
The unique application ID.
|
ApplicationResponse |
withName(String name)
The display name of the application.
|
public String getId()
public void setId(String id)
id
- The unique application ID.public ApplicationResponse withId(String id)
Returns a reference to this object so that method calls can be chained together.
id
- The unique application ID.public String getName()
public void setName(String name)
name
- The display name of the application.public ApplicationResponse withName(String name)
Returns a reference to this object so that method calls can be chained together.
name
- The display name of the application.public String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.