@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-12-13T13:57:16.085Z") public class ApiHBaseAddReplicationPeerInput extends Object
Constructor and Description |
---|
ApiHBaseAddReplicationPeerInput() |
Modifier and Type | Method and Description |
---|---|
ApiHBaseAddReplicationPeerInput |
clusterKey(String clusterKey) |
ApiHBaseAddReplicationPeerInput |
enabled(Boolean enabled) |
ApiHBaseAddReplicationPeerInput |
endpointClassname(String endpointClassname) |
boolean |
equals(Object o) |
String |
getClusterKey() |
Boolean |
getEnabled() |
String |
getEndpointClassname() |
String |
getPeerId() |
Map<String,List<String>> |
getTableCFs() |
int |
hashCode() |
ApiHBaseAddReplicationPeerInput |
peerId(String peerId) |
ApiHBaseAddReplicationPeerInput |
putTableCFsItem(String key,
List<String> tableCFsItem) |
void |
setClusterKey(String clusterKey) |
void |
setEnabled(Boolean enabled) |
void |
setEndpointClassname(String endpointClassname) |
void |
setPeerId(String peerId) |
void |
setTableCFs(Map<String,List<String>> tableCFs) |
ApiHBaseAddReplicationPeerInput |
tableCFs(Map<String,List<String>> tableCFs) |
String |
toString() |
public ApiHBaseAddReplicationPeerInput peerId(String peerId)
public String getPeerId()
public void setPeerId(String peerId)
public ApiHBaseAddReplicationPeerInput clusterKey(String clusterKey)
public String getClusterKey()
public void setClusterKey(String clusterKey)
public ApiHBaseAddReplicationPeerInput tableCFs(Map<String,List<String>> tableCFs)
public ApiHBaseAddReplicationPeerInput putTableCFsItem(String key, List<String> tableCFsItem)
public ApiHBaseAddReplicationPeerInput endpointClassname(String endpointClassname)
public String getEndpointClassname()
public void setEndpointClassname(String endpointClassname)
public ApiHBaseAddReplicationPeerInput enabled(Boolean enabled)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
Copyright © 2022. All rights reserved.