public class ReplicaDescription extends Object implements Serializable
Contains the details of the replica.
| Constructor and Description |
|---|
ReplicaDescription() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getRegionName()
The name of the region.
|
int |
hashCode() |
void |
setRegionName(String regionName)
The name of the region.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ReplicaDescription |
withRegionName(String regionName)
The name of the region.
|
public String getRegionName()
The name of the region.
The name of the region.
public void setRegionName(String regionName)
The name of the region.
regionName - The name of the region.
public ReplicaDescription withRegionName(String regionName)
The name of the region.
Returns a reference to this object so that method calls can be chained together.
regionName - The name of the region.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.