Class BatchRegisterTargetsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ecm.v20190719.models.BatchRegisterTargetsRequest
-
public class BatchRegisterTargetsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BatchRegisterTargetsRequest()
BatchRegisterTargetsRequest(BatchRegisterTargetsRequest 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
getLoadBalancerId()
Get 负载均衡IDBatchTarget[]
getTargets()
Get 绑定目标void
setLoadBalancerId(String LoadBalancerId)
Set 负载均衡IDvoid
setTargets(BatchTarget[] Targets)
Set 绑定目标void
toMap(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
-
BatchRegisterTargetsRequest
public BatchRegisterTargetsRequest()
-
BatchRegisterTargetsRequest
public BatchRegisterTargetsRequest(BatchRegisterTargetsRequest 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
-
getLoadBalancerId
public String getLoadBalancerId()
Get 负载均衡ID- Returns:
- LoadBalancerId 负载均衡ID
-
setLoadBalancerId
public void setLoadBalancerId(String LoadBalancerId)
Set 负载均衡ID- Parameters:
LoadBalancerId
- 负载均衡ID
-
getTargets
public BatchTarget[] getTargets()
Get 绑定目标- Returns:
- Targets 绑定目标
-
setTargets
public void setTargets(BatchTarget[] Targets)
Set 绑定目标- Parameters:
Targets
- 绑定目标
-
-