Class VpcEndpointInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.VpcEndpointInfo
-
public class VpcEndpointInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VpcEndpointInfo()VpcEndpointInfo(VpcEndpointInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSubnetId()Get 子网idStringgetVpcDataStreamEndpointStatus()Get vpc接入点状态 OFF/ON/CREATING/DELETING 注意:此字段可能返回 null,表示取不到有效值。StringgetVpcEndpoint()Get vpc接入点信息StringgetVpcId()Get vpc的idvoidsetSubnetId(String SubnetId)Set 子网idvoidsetVpcDataStreamEndpointStatus(String VpcDataStreamEndpointStatus)Set vpc接入点状态 OFF/ON/CREATING/DELETING 注意:此字段可能返回 null,表示取不到有效值。voidsetVpcEndpoint(String VpcEndpoint)Set vpc接入点信息voidsetVpcId(String VpcId)Set vpc的idvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
VpcEndpointInfo
public VpcEndpointInfo()
-
VpcEndpointInfo
public VpcEndpointInfo(VpcEndpointInfo 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.
-
-
Method Detail
-
getVpcId
public String getVpcId()
Get vpc的id- Returns:
- VpcId vpc的id
-
setVpcId
public void setVpcId(String VpcId)
Set vpc的id- Parameters:
VpcId- vpc的id
-
getSubnetId
public String getSubnetId()
Get 子网id- Returns:
- SubnetId 子网id
-
setSubnetId
public void setSubnetId(String SubnetId)
Set 子网id- Parameters:
SubnetId- 子网id
-
getVpcEndpoint
public String getVpcEndpoint()
Get vpc接入点信息- Returns:
- VpcEndpoint vpc接入点信息
-
setVpcEndpoint
public void setVpcEndpoint(String VpcEndpoint)
Set vpc接入点信息- Parameters:
VpcEndpoint- vpc接入点信息
-
getVpcDataStreamEndpointStatus
public String getVpcDataStreamEndpointStatus()
Get vpc接入点状态 OFF/ON/CREATING/DELETING 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VpcDataStreamEndpointStatus vpc接入点状态 OFF/ON/CREATING/DELETING 注意:此字段可能返回 null,表示取不到有效值。
-
setVpcDataStreamEndpointStatus
public void setVpcDataStreamEndpointStatus(String VpcDataStreamEndpointStatus)
Set vpc接入点状态 OFF/ON/CREATING/DELETING 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VpcDataStreamEndpointStatus- vpc接入点状态 OFF/ON/CREATING/DELETING 注意:此字段可能返回 null,表示取不到有效值。
-
-