@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T15:06:01.124Z") public class ApiAdhocHBaseSnapshot extends Object
Constructor and Description |
---|
ApiAdhocHBaseSnapshot() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getSourceAccount() |
Integer |
getSourceNumMappers() |
String |
getSourceSchedulerPool() |
ApiServiceRef |
getSourceService() |
String |
getSourceTable() |
int |
hashCode() |
void |
setSourceAccount(String sourceAccount) |
void |
setSourceNumMappers(Integer sourceNumMappers) |
void |
setSourceSchedulerPool(String sourceSchedulerPool) |
void |
setSourceService(ApiServiceRef sourceService) |
void |
setSourceTable(String sourceTable) |
ApiAdhocHBaseSnapshot |
sourceAccount(String sourceAccount) |
ApiAdhocHBaseSnapshot |
sourceNumMappers(Integer sourceNumMappers) |
ApiAdhocHBaseSnapshot |
sourceSchedulerPool(String sourceSchedulerPool) |
ApiAdhocHBaseSnapshot |
sourceService(ApiServiceRef sourceService) |
ApiAdhocHBaseSnapshot |
sourceTable(String sourceTable) |
String |
toString() |
public ApiAdhocHBaseSnapshot sourceAccount(String sourceAccount)
public String getSourceAccount()
public void setSourceAccount(String sourceAccount)
public ApiAdhocHBaseSnapshot sourceTable(String sourceTable)
public String getSourceTable()
public void setSourceTable(String sourceTable)
public ApiAdhocHBaseSnapshot sourceSchedulerPool(String sourceSchedulerPool)
public String getSourceSchedulerPool()
public void setSourceSchedulerPool(String sourceSchedulerPool)
public ApiAdhocHBaseSnapshot sourceService(ApiServiceRef sourceService)
public ApiServiceRef getSourceService()
public void setSourceService(ApiServiceRef sourceService)
public ApiAdhocHBaseSnapshot sourceNumMappers(Integer sourceNumMappers)
public Integer getSourceNumMappers()
public void setSourceNumMappers(Integer sourceNumMappers)
Copyright © 2021. All rights reserved.