public class AccessControlTranslation extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
AccessControlTranslation () |
| Modifier and Type | Method and Description |
|---|---|
AccessControlTranslation |
clone () |
boolean |
equals (Object obj) |
String |
getOwner ()
Returns the override value for the owner of the replica object
in
String format. |
int |
hashCode () |
void |
setOwner (String owner)
Sets the override value for the owner of the replica object.
|
String |
toString ()
Returns a string representation of this object; useful for testing and debugging.
|
AccessControlTranslation |
withOwner (OwnerOverride owner)
Sets the override value for the owner of the replica object.
|
AccessControlTranslation |
withOwner (String owner)
Sets the override value for the owner of the replica object.
|
public AccessControlTranslation()
public String getOwner()
String format.public void setOwner(String owner)
owner - New owner overridepublic AccessControlTranslation withOwner(String owner)
owner - New owner overridepublic AccessControlTranslation withOwner(OwnerOverride owner)
owner - New owner overridepublic String toString()
toString in class Object Object.toString() public AccessControlTranslation clone()