@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-07-30T19:53:47.322Z") public class ApiAdhocHBaseSnapshot extends Object
Constructor and Description |
---|
ApiAdhocHBaseSnapshot() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getSourceAccount() |
BigDecimal |
getSourceNumMappers() |
String |
getSourceSchedulerPool() |
ApiServiceRef |
getSourceService() |
String |
getSourceTable() |
int |
hashCode() |
void |
setSourceAccount(String sourceAccount) |
void |
setSourceNumMappers(BigDecimal sourceNumMappers) |
void |
setSourceSchedulerPool(String sourceSchedulerPool) |
void |
setSourceService(ApiServiceRef sourceService) |
void |
setSourceTable(String sourceTable) |
ApiAdhocHBaseSnapshot |
sourceAccount(String sourceAccount) |
ApiAdhocHBaseSnapshot |
sourceNumMappers(BigDecimal 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(BigDecimal sourceNumMappers)
public BigDecimal getSourceNumMappers()
public void setSourceNumMappers(BigDecimal sourceNumMappers)
Copyright © 2021. All rights reserved.