Class InstanceRelation
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.antiddos.v20200309.models.InstanceRelation
-
public class InstanceRelation extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description InstanceRelation()InstanceRelation(InstanceRelation 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 String[]getEipList()Get 资源实例的IPStringgetInstanceId()Get 资源实例的IDvoidsetEipList(String[] EipList)Set 资源实例的IPvoidsetInstanceId(String InstanceId)Set 资源实例的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
-
InstanceRelation
public InstanceRelation()
-
InstanceRelation
public InstanceRelation(InstanceRelation 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
-
getEipList
public String[] getEipList()
Get 资源实例的IP- Returns:
- EipList 资源实例的IP
-
setEipList
public void setEipList(String[] EipList)
Set 资源实例的IP- Parameters:
EipList- 资源实例的IP
-
getInstanceId
public String getInstanceId()
Get 资源实例的ID- Returns:
- InstanceId 资源实例的ID
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 资源实例的ID- Parameters:
InstanceId- 资源实例的ID
-
-