Class IntranetCallInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tione.v20211111.models.IntranetCallInfo
-
public class IntranetCallInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description IntranetCallInfo()IntranetCallInfo(IntranetCallInfo 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 IngressPrivateLinkInfogetIngressPrivateLinkInfo()Get 私有连接通道信息 注意:此字段可能返回 null,表示取不到有效值。ServiceEIPInfo[]getServiceEIPInfo()Get 共享弹性网卡信息 注意:此字段可能返回 null,表示取不到有效值。voidsetIngressPrivateLinkInfo(IngressPrivateLinkInfo IngressPrivateLinkInfo)Set 私有连接通道信息 注意:此字段可能返回 null,表示取不到有效值。voidsetServiceEIPInfo(ServiceEIPInfo[] ServiceEIPInfo)Set 共享弹性网卡信息 注意:此字段可能返回 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
-
IntranetCallInfo
public IntranetCallInfo()
-
IntranetCallInfo
public IntranetCallInfo(IntranetCallInfo 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
-
getIngressPrivateLinkInfo
public IngressPrivateLinkInfo getIngressPrivateLinkInfo()
Get 私有连接通道信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IngressPrivateLinkInfo 私有连接通道信息 注意:此字段可能返回 null,表示取不到有效值。
-
setIngressPrivateLinkInfo
public void setIngressPrivateLinkInfo(IngressPrivateLinkInfo IngressPrivateLinkInfo)
Set 私有连接通道信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IngressPrivateLinkInfo- 私有连接通道信息 注意:此字段可能返回 null,表示取不到有效值。
-
getServiceEIPInfo
public ServiceEIPInfo[] getServiceEIPInfo()
Get 共享弹性网卡信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ServiceEIPInfo 共享弹性网卡信息 注意:此字段可能返回 null,表示取不到有效值。
-
setServiceEIPInfo
public void setServiceEIPInfo(ServiceEIPInfo[] ServiceEIPInfo)
Set 共享弹性网卡信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ServiceEIPInfo- 共享弹性网卡信息 注意:此字段可能返回 null,表示取不到有效值。
-
-