@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-12-13T13:57:16.085Z") public class ApiHBaseReplicationSetupStatus extends Object
Constructor and Description |
---|
ApiHBaseReplicationSetupStatus() |
Modifier and Type | Method and Description |
---|---|
ApiHBaseReplicationSetupStatus |
currentCommandId(ApiCommand currentCommandId) |
boolean |
equals(Object o) |
ApiHBaseReplicationSetupStatus |
error(String error) |
ApiCommand |
getCurrentCommandId() |
String |
getError() |
ApiCommand |
getMainCommandId() |
Status |
getStatus() |
SubStatus |
getSubStatus() |
int |
hashCode() |
ApiHBaseReplicationSetupStatus |
mainCommandId(ApiCommand mainCommandId) |
void |
setCurrentCommandId(ApiCommand currentCommandId) |
void |
setError(String error) |
void |
setMainCommandId(ApiCommand mainCommandId) |
void |
setStatus(Status status) |
void |
setSubStatus(SubStatus subStatus) |
ApiHBaseReplicationSetupStatus |
status(Status status) |
ApiHBaseReplicationSetupStatus |
subStatus(SubStatus subStatus) |
String |
toString() |
public ApiHBaseReplicationSetupStatus status(Status status)
public Status getStatus()
public void setStatus(Status status)
public ApiHBaseReplicationSetupStatus subStatus(SubStatus subStatus)
public SubStatus getSubStatus()
public void setSubStatus(SubStatus subStatus)
public ApiHBaseReplicationSetupStatus mainCommandId(ApiCommand mainCommandId)
public ApiCommand getMainCommandId()
public void setMainCommandId(ApiCommand mainCommandId)
public ApiHBaseReplicationSetupStatus currentCommandId(ApiCommand currentCommandId)
public ApiCommand getCurrentCommandId()
public void setCurrentCommandId(ApiCommand currentCommandId)
public ApiHBaseReplicationSetupStatus error(String error)
public String getError()
public void setError(String error)
Copyright © 2022. All rights reserved.