@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2024-12-03T04:57:51.616Z[Etc/UTC]") 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()
Get clusterKey
|
String |
getEndpointClassname()
Get endpointClassname
|
String |
getPeerId()
Get peerId
|
Map<String,List<String>> |
getTableCFs()
Get tableCFs
|
int |
hashCode() |
Boolean |
isEnabled()
Get enabled
|
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 isEnabled()
public void setEnabled(Boolean enabled)
Copyright © 2024. All rights reserved.