public class SecLogJoinObjectInfo extends AbstractModel
Constructor and Description |
---|
SecLogJoinObjectInfo() |
SecLogJoinObjectInfo(SecLogJoinObjectInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getClusterID()
Get Cluster ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getClusterMainAddress()
Get Master node address of the cluster
|
String |
getClusterName()
Get Cluster name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getClusterVersion()
Get Cluster version
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getHostID()
Get Server ID
|
String |
getHostIP()
Get Server IP
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getHostName()
Get Server name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getHostStatus()
Get Server status
|
Boolean |
getJoinState()
Get Access status.
|
String |
getPublicIP()
Get Public IP
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setClusterID(String ClusterID)
Set Cluster ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setClusterMainAddress(String ClusterMainAddress)
Set Master node address of the cluster
|
void |
setClusterName(String ClusterName)
Set Cluster name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setClusterVersion(String ClusterVersion)
Set Cluster version
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHostID(String HostID)
Set Server ID
|
void |
setHostIP(String HostIP)
Set Server IP
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHostName(String HostName)
Set Server name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setHostStatus(String HostStatus)
Set Server status
|
void |
setJoinState(Boolean JoinState)
Set Access status.
|
void |
setPublicIP(String PublicIP)
Set Public IP
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SecLogJoinObjectInfo()
public SecLogJoinObjectInfo(SecLogJoinObjectInfo source)
public String getHostID()
public void setHostID(String HostID)
HostID
- Server IDpublic String getHostName()
public void setHostName(String HostName)
HostName
- Server name
Note: This field may return null, indicating that no valid values can be obtained.public String getHostIP()
public void setHostIP(String HostIP)
HostIP
- Server IP
Note: This field may return null, indicating that no valid values can be obtained.public String getHostStatus()
public void setHostStatus(String HostStatus)
HostStatus
- Server statuspublic String getClusterID()
public void setClusterID(String ClusterID)
ClusterID
- Cluster ID
Note: This field may return null, indicating that no valid values can be obtained.public String getClusterName()
public void setClusterName(String ClusterName)
ClusterName
- Cluster name
Note: This field may return null, indicating that no valid values can be obtained.public String getPublicIP()
public void setPublicIP(String PublicIP)
PublicIP
- Public IP
Note: This field may return null, indicating that no valid values can be obtained.public Boolean getJoinState()
public void setJoinState(Boolean JoinState)
JoinState
- Access status. Valid values: `true` (accessed); `false` (not accessed).public String getClusterVersion()
public void setClusterVersion(String ClusterVersion)
ClusterVersion
- Cluster version
Note: This field may return null, indicating that no valid values can be obtained.public String getClusterMainAddress()
public void setClusterMainAddress(String ClusterMainAddress)
ClusterMainAddress
- Master node address of the clusterCopyright © 2023. All rights reserved.