@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-12-13T13:57:16.085Z") public class ApiHBaseReplicationSetupCleanAndResetArgs extends Object
Constructor and Description |
---|
ApiHBaseReplicationSetupCleanAndResetArgs() |
Modifier and Type | Method and Description |
---|---|
ApiHBaseReplicationSetupCleanAndResetArgs |
cmPeerNameOnRemote(String cmPeerNameOnRemote) |
boolean |
equals(Object o) |
String |
getCmPeerNameOnRemote() |
ApiServiceRef |
getSourceRef() |
RestartType |
getSourceRestartType() |
RestartType |
getTargetRestartType() |
int |
hashCode() |
void |
setCmPeerNameOnRemote(String cmPeerNameOnRemote) |
void |
setSourceRef(ApiServiceRef sourceRef) |
void |
setSourceRestartType(RestartType sourceRestartType) |
void |
setTargetRestartType(RestartType targetRestartType) |
ApiHBaseReplicationSetupCleanAndResetArgs |
sourceRef(ApiServiceRef sourceRef) |
ApiHBaseReplicationSetupCleanAndResetArgs |
sourceRestartType(RestartType sourceRestartType) |
ApiHBaseReplicationSetupCleanAndResetArgs |
targetRestartType(RestartType targetRestartType) |
String |
toString() |
public ApiHBaseReplicationSetupCleanAndResetArgs()
public ApiHBaseReplicationSetupCleanAndResetArgs sourceRef(ApiServiceRef sourceRef)
public ApiServiceRef getSourceRef()
public void setSourceRef(ApiServiceRef sourceRef)
public ApiHBaseReplicationSetupCleanAndResetArgs cmPeerNameOnRemote(String cmPeerNameOnRemote)
public String getCmPeerNameOnRemote()
public void setCmPeerNameOnRemote(String cmPeerNameOnRemote)
public ApiHBaseReplicationSetupCleanAndResetArgs sourceRestartType(RestartType sourceRestartType)
public RestartType getSourceRestartType()
public void setSourceRestartType(RestartType sourceRestartType)
public ApiHBaseReplicationSetupCleanAndResetArgs targetRestartType(RestartType targetRestartType)
public RestartType getTargetRestartType()
public void setTargetRestartType(RestartType targetRestartType)
Copyright © 2022. All rights reserved.