public class UpdateGroupResult extends Object implements Serializable
| Constructor and Description |
|---|
UpdateGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
GroupType |
getGroup()
The group object for the group.
|
int |
hashCode() |
void |
setGroup(GroupType group)
The group object for the group.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateGroupResult |
withGroup(GroupType group)
The group object for the group.
|
public GroupType getGroup()
The group object for the group.
The group object for the group.
public void setGroup(GroupType group)
The group object for the group.
group - The group object for the group.
public UpdateGroupResult withGroup(GroupType group)
The group object for the group.
Returns a reference to this object so that method calls can be chained together.
group - The group object for the group.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.