| Package | Description | 
|---|---|
| com.tencentcloudapi.clb.v20180317.models | 
| Modifier and Type | Method and Description | 
|---|---|
BasicTargetGroupInfo | 
Listener.getTargetGroup()
Get Basic information of a bound target group. 
 | 
BasicTargetGroupInfo | 
RuleOutput.getTargetGroup()
Get Basic information of a bound target group. 
 | 
BasicTargetGroupInfo[] | 
Listener.getTargetGroupList()
Get List of bound target groups
Note: This field may return `null`, indicating that no valid values can be obtained. 
 | 
BasicTargetGroupInfo[] | 
RuleOutput.getTargetGroupList()
Get List of bound target groups
Note: This field may return `null`, indicating that no valid values can be obtained. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Listener.setTargetGroup(BasicTargetGroupInfo TargetGroup)
Set Basic information of a bound target group. 
 | 
void | 
RuleOutput.setTargetGroup(BasicTargetGroupInfo TargetGroup)
Set Basic information of a bound target group. 
 | 
void | 
Listener.setTargetGroupList(BasicTargetGroupInfo[] TargetGroupList)
Set List of bound target groups
Note: This field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
RuleOutput.setTargetGroupList(BasicTargetGroupInfo[] TargetGroupList)
Set List of bound target groups
Note: This field may return `null`, indicating that no valid values can be obtained. 
 | 
| Constructor and Description | 
|---|
BasicTargetGroupInfo(BasicTargetGroupInfo 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. 
 | 
Copyright © 2025. All rights reserved.