![JAR search and dependency download from the Maven repository](/logo.png)
com.tencentcloudapi.tcss.v20201101.models.VulAffectedContainerInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tencentcloud-sdk-java-intl-en Show documentation
Show all versions of tencentcloud-sdk-java-intl-en Show documentation
Tencent Cloud API SDK for Java
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.tencentcloudapi.tcss.v20201101.models;
import com.tencentcloudapi.common.AbstractModel;
import com.tencentcloudapi.common.SSEResponseModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;
public class VulAffectedContainerInfo extends AbstractModel {
/**
* Private IP
*/
@SerializedName("HostIP")
@Expose
private String HostIP;
/**
* Container ID
*/
@SerializedName("ContainerID")
@Expose
private String ContainerID;
/**
* Container name
*/
@SerializedName("ContainerName")
@Expose
private String ContainerName;
/**
* Pod name
*/
@SerializedName("PodName")
@Expose
private String PodName;
/**
* Pod IP
*/
@SerializedName("PodIP")
@Expose
private String PodIP;
/**
* Server name
*/
@SerializedName("HostName")
@Expose
private String HostName;
/**
* Server ID
*/
@SerializedName("HostID")
@Expose
private String HostID;
/**
* Public IP
*/
@SerializedName("PublicIP")
@Expose
private String PublicIP;
/**
* Cluster ID
*/
@SerializedName("ClusterID")
@Expose
private String ClusterID;
/**
* Cluster name
*/
@SerializedName("ClusterName")
@Expose
private String ClusterName;
/**
* Node type. Values: `NORMAL` (general node), `SUPER` (super node).
*/
@SerializedName("NodeType")
@Expose
private String NodeType;
/**
* UID of a super node
*/
@SerializedName("NodeUniqueID")
@Expose
private String NodeUniqueID;
/**
* ID of a super node
*/
@SerializedName("NodeID")
@Expose
private String NodeID;
/**
* Super node name
*/
@SerializedName("NodeName")
@Expose
private String NodeName;
/**
* Get Private IP
* @return HostIP Private IP
*/
public String getHostIP() {
return this.HostIP;
}
/**
* Set Private IP
* @param HostIP Private IP
*/
public void setHostIP(String HostIP) {
this.HostIP = HostIP;
}
/**
* Get Container ID
* @return ContainerID Container ID
*/
public String getContainerID() {
return this.ContainerID;
}
/**
* Set Container ID
* @param ContainerID Container ID
*/
public void setContainerID(String ContainerID) {
this.ContainerID = ContainerID;
}
/**
* Get Container name
* @return ContainerName Container name
*/
public String getContainerName() {
return this.ContainerName;
}
/**
* Set Container name
* @param ContainerName Container name
*/
public void setContainerName(String ContainerName) {
this.ContainerName = ContainerName;
}
/**
* Get Pod name
* @return PodName Pod name
*/
public String getPodName() {
return this.PodName;
}
/**
* Set Pod name
* @param PodName Pod name
*/
public void setPodName(String PodName) {
this.PodName = PodName;
}
/**
* Get Pod IP
* @return PodIP Pod IP
*/
public String getPodIP() {
return this.PodIP;
}
/**
* Set Pod IP
* @param PodIP Pod IP
*/
public void setPodIP(String PodIP) {
this.PodIP = PodIP;
}
/**
* Get Server name
* @return HostName Server name
*/
public String getHostName() {
return this.HostName;
}
/**
* Set Server name
* @param HostName Server name
*/
public void setHostName(String HostName) {
this.HostName = HostName;
}
/**
* Get Server ID
* @return HostID Server ID
*/
public String getHostID() {
return this.HostID;
}
/**
* Set Server ID
* @param HostID Server ID
*/
public void setHostID(String HostID) {
this.HostID = HostID;
}
/**
* Get Public IP
* @return PublicIP Public IP
*/
public String getPublicIP() {
return this.PublicIP;
}
/**
* Set Public IP
* @param PublicIP Public IP
*/
public void setPublicIP(String PublicIP) {
this.PublicIP = PublicIP;
}
/**
* Get Cluster ID
* @return ClusterID Cluster ID
*/
public String getClusterID() {
return this.ClusterID;
}
/**
* Set Cluster ID
* @param ClusterID Cluster ID
*/
public void setClusterID(String ClusterID) {
this.ClusterID = ClusterID;
}
/**
* Get Cluster name
* @return ClusterName Cluster name
*/
public String getClusterName() {
return this.ClusterName;
}
/**
* Set Cluster name
* @param ClusterName Cluster name
*/
public void setClusterName(String ClusterName) {
this.ClusterName = ClusterName;
}
/**
* Get Node type. Values: `NORMAL` (general node), `SUPER` (super node).
* @return NodeType Node type. Values: `NORMAL` (general node), `SUPER` (super node).
*/
public String getNodeType() {
return this.NodeType;
}
/**
* Set Node type. Values: `NORMAL` (general node), `SUPER` (super node).
* @param NodeType Node type. Values: `NORMAL` (general node), `SUPER` (super node).
*/
public void setNodeType(String NodeType) {
this.NodeType = NodeType;
}
/**
* Get UID of a super node
* @return NodeUniqueID UID of a super node
*/
public String getNodeUniqueID() {
return this.NodeUniqueID;
}
/**
* Set UID of a super node
* @param NodeUniqueID UID of a super node
*/
public void setNodeUniqueID(String NodeUniqueID) {
this.NodeUniqueID = NodeUniqueID;
}
/**
* Get ID of a super node
* @return NodeID ID of a super node
*/
public String getNodeID() {
return this.NodeID;
}
/**
* Set ID of a super node
* @param NodeID ID of a super node
*/
public void setNodeID(String NodeID) {
this.NodeID = NodeID;
}
/**
* Get Super node name
* @return NodeName Super node name
*/
public String getNodeName() {
return this.NodeName;
}
/**
* Set Super node name
* @param NodeName Super node name
*/
public void setNodeName(String NodeName) {
this.NodeName = NodeName;
}
public VulAffectedContainerInfo() {
}
/**
* 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.
*/
public VulAffectedContainerInfo(VulAffectedContainerInfo source) {
if (source.HostIP != null) {
this.HostIP = new String(source.HostIP);
}
if (source.ContainerID != null) {
this.ContainerID = new String(source.ContainerID);
}
if (source.ContainerName != null) {
this.ContainerName = new String(source.ContainerName);
}
if (source.PodName != null) {
this.PodName = new String(source.PodName);
}
if (source.PodIP != null) {
this.PodIP = new String(source.PodIP);
}
if (source.HostName != null) {
this.HostName = new String(source.HostName);
}
if (source.HostID != null) {
this.HostID = new String(source.HostID);
}
if (source.PublicIP != null) {
this.PublicIP = new String(source.PublicIP);
}
if (source.ClusterID != null) {
this.ClusterID = new String(source.ClusterID);
}
if (source.ClusterName != null) {
this.ClusterName = new String(source.ClusterName);
}
if (source.NodeType != null) {
this.NodeType = new String(source.NodeType);
}
if (source.NodeUniqueID != null) {
this.NodeUniqueID = new String(source.NodeUniqueID);
}
if (source.NodeID != null) {
this.NodeID = new String(source.NodeID);
}
if (source.NodeName != null) {
this.NodeName = new String(source.NodeName);
}
}
/**
* Internal implementation, normal users should not use it.
*/
public void toMap(HashMap map, String prefix) {
this.setParamSimple(map, prefix + "HostIP", this.HostIP);
this.setParamSimple(map, prefix + "ContainerID", this.ContainerID);
this.setParamSimple(map, prefix + "ContainerName", this.ContainerName);
this.setParamSimple(map, prefix + "PodName", this.PodName);
this.setParamSimple(map, prefix + "PodIP", this.PodIP);
this.setParamSimple(map, prefix + "HostName", this.HostName);
this.setParamSimple(map, prefix + "HostID", this.HostID);
this.setParamSimple(map, prefix + "PublicIP", this.PublicIP);
this.setParamSimple(map, prefix + "ClusterID", this.ClusterID);
this.setParamSimple(map, prefix + "ClusterName", this.ClusterName);
this.setParamSimple(map, prefix + "NodeType", this.NodeType);
this.setParamSimple(map, prefix + "NodeUniqueID", this.NodeUniqueID);
this.setParamSimple(map, prefix + "NodeID", this.NodeID);
this.setParamSimple(map, prefix + "NodeName", this.NodeName);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy