Class PulsarNetworkAccessPointInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.PulsarNetworkAccessPointInfo
-
public class PulsarNetworkAccessPointInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PulsarNetworkAccessPointInfo()PulsarNetworkAccessPointInfo(PulsarNetworkAccessPointInfo 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 StringgetEndpoint()Get 接入地址StringgetInstanceId()Get 实例idLonggetRouteType()Get 接入点类型: 0:支撑网接入点 1:VPC接入点 2:公网接入点StringgetSubnetId()Get 子网id,支撑网和公网接入点,该字段为空 注意:此字段可能返回 null,表示取不到有效值。StringgetVpcId()Get vpc的id,支撑网和公网接入点,该字段为空 注意:此字段可能返回 null,表示取不到有效值。voidsetEndpoint(String Endpoint)Set 接入地址voidsetInstanceId(String InstanceId)Set 实例idvoidsetRouteType(Long RouteType)Set 接入点类型: 0:支撑网接入点 1:VPC接入点 2:公网接入点voidsetSubnetId(String SubnetId)Set 子网id,支撑网和公网接入点,该字段为空 注意:此字段可能返回 null,表示取不到有效值。voidsetVpcId(String VpcId)Set vpc的id,支撑网和公网接入点,该字段为空 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
PulsarNetworkAccessPointInfo
public PulsarNetworkAccessPointInfo()
-
PulsarNetworkAccessPointInfo
public PulsarNetworkAccessPointInfo(PulsarNetworkAccessPointInfo 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,支撑网和公网接入点,该字段为空 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VpcId vpc的id,支撑网和公网接入点,该字段为空 注意:此字段可能返回 null,表示取不到有效值。
-
setVpcId
public void setVpcId(String VpcId)
Set vpc的id,支撑网和公网接入点,该字段为空 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VpcId- vpc的id,支撑网和公网接入点,该字段为空 注意:此字段可能返回 null,表示取不到有效值。
-
getSubnetId
public String getSubnetId()
Get 子网id,支撑网和公网接入点,该字段为空 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SubnetId 子网id,支撑网和公网接入点,该字段为空 注意:此字段可能返回 null,表示取不到有效值。
-
setSubnetId
public void setSubnetId(String SubnetId)
Set 子网id,支撑网和公网接入点,该字段为空 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SubnetId- 子网id,支撑网和公网接入点,该字段为空 注意:此字段可能返回 null,表示取不到有效值。
-
getEndpoint
public String getEndpoint()
Get 接入地址- Returns:
- Endpoint 接入地址
-
setEndpoint
public void setEndpoint(String Endpoint)
Set 接入地址- Parameters:
Endpoint- 接入地址
-
getInstanceId
public String getInstanceId()
Get 实例id- Returns:
- InstanceId 实例id
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例id- Parameters:
InstanceId- 实例id
-
getRouteType
public Long getRouteType()
Get 接入点类型: 0:支撑网接入点 1:VPC接入点 2:公网接入点- Returns:
- RouteType 接入点类型: 0:支撑网接入点 1:VPC接入点 2:公网接入点
-
setRouteType
public void setRouteType(Long RouteType)
Set 接入点类型: 0:支撑网接入点 1:VPC接入点 2:公网接入点- Parameters:
RouteType- 接入点类型: 0:支撑网接入点 1:VPC接入点 2:公网接入点
-
-