public class UpdateThingGroupResult extends Object implements Serializable
Constructor and Description |
---|
UpdateThingGroupResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Long |
getVersion()
The version of the updated thing group.
|
int |
hashCode() |
void |
setVersion(Long version)
The version of the updated thing group.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateThingGroupResult |
withVersion(Long version)
The version of the updated thing group.
|
public Long getVersion()
The version of the updated thing group.
The version of the updated thing group.
public void setVersion(Long version)
The version of the updated thing group.
version
- The version of the updated thing group.
public UpdateThingGroupResult withVersion(Long version)
The version of the updated thing group.
Returns a reference to this object so that method calls can be chained together.
version
- The version of the updated thing group.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.