Class LocalNetInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdc.v20201214.models.LocalNetInfo
-
public class LocalNetInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LocalNetInfo()LocalNetInfo(LocalNetInfo 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 StringgetBGPRoute()Get 路由信息 注意:此字段可能返回 null,表示取不到有效值。StringgetLocalIp()Get 本地IP 注意:此字段可能返回 null,表示取不到有效值。StringgetProtocol()Get 协议 注意:此字段可能返回 null,表示取不到有效值。StringgetVpcId()Get 网络id 注意:此字段可能返回 null,表示取不到有效值。voidsetBGPRoute(String BGPRoute)Set 路由信息 注意:此字段可能返回 null,表示取不到有效值。voidsetLocalIp(String LocalIp)Set 本地IP 注意:此字段可能返回 null,表示取不到有效值。voidsetProtocol(String Protocol)Set 协议 注意:此字段可能返回 null,表示取不到有效值。voidsetVpcId(String VpcId)Set 网络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
-
LocalNetInfo
public LocalNetInfo()
-
LocalNetInfo
public LocalNetInfo(LocalNetInfo 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
-
getProtocol
public String getProtocol()
Get 协议 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Protocol 协议 注意:此字段可能返回 null,表示取不到有效值。
-
setProtocol
public void setProtocol(String Protocol)
Set 协议 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Protocol- 协议 注意:此字段可能返回 null,表示取不到有效值。
-
getVpcId
public String getVpcId()
Get 网络id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VpcId 网络id 注意:此字段可能返回 null,表示取不到有效值。
-
setVpcId
public void setVpcId(String VpcId)
Set 网络id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VpcId- 网络id 注意:此字段可能返回 null,表示取不到有效值。
-
getBGPRoute
public String getBGPRoute()
Get 路由信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- BGPRoute 路由信息 注意:此字段可能返回 null,表示取不到有效值。
-
setBGPRoute
public void setBGPRoute(String BGPRoute)
Set 路由信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
BGPRoute- 路由信息 注意:此字段可能返回 null,表示取不到有效值。
-
getLocalIp
public String getLocalIp()
Get 本地IP 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LocalIp 本地IP 注意:此字段可能返回 null,表示取不到有效值。
-
setLocalIp
public void setLocalIp(String LocalIp)
Set 本地IP 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LocalIp- 本地IP 注意:此字段可能返回 null,表示取不到有效值。
-
-