@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-02-15T22:34:42.331Z") public class ApiHBaseReplicationArguments extends Object
Constructor and Description |
---|
ApiHBaseReplicationArguments() |
public ApiHBaseReplicationArguments sourceHBaseService(ApiServiceRef sourceHBaseService)
public ApiServiceRef getSourceHBaseService()
public void setSourceHBaseService(ApiServiceRef sourceHBaseService)
public ApiHBaseReplicationArguments peerState(HBasePeerState peerState)
public HBasePeerState getPeerState()
public void setPeerState(HBasePeerState peerState)
public ApiHBaseReplicationArguments hbaseClusterKey(String hbaseClusterKey)
public String getHbaseClusterKey()
public void setHbaseClusterKey(String hbaseClusterKey)
public ApiHBaseReplicationArguments tables(List<HBaseTableArgs> tables)
public ApiHBaseReplicationArguments addTablesItem(HBaseTableArgs tablesItem)
public List<HBaseTableArgs> getTables()
public void setTables(List<HBaseTableArgs> tables)
public ApiHBaseReplicationArguments replicationProperties(Map<String,String> replicationProperties)
public ApiHBaseReplicationArguments putReplicationPropertiesItem(String key, String replicationPropertiesItem)
public Map<String,String> getReplicationProperties()
public void setReplicationProperties(Map<String,String> replicationProperties)
Copyright © 2021. All rights reserved.