Package | Description |
---|---|
com.tencentcloudapi.eb.v20210416.models |
Modifier and Type | Method and Description |
---|---|
TargetBrief[] |
EventBus.getTargetBriefs()
Get Target information
Note: This field may return `null`, indicating that no valid values can be obtained.
|
TargetBrief[] |
Rule.getTargets()
Get Target overview
Note: this field may return null, indicating that no valid values can be obtained.
|
Modifier and Type | Method and Description |
---|---|
void |
EventBus.setTargetBriefs(TargetBrief[] TargetBriefs)
Set Target information
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
Rule.setTargets(TargetBrief[] Targets)
Set Target overview
Note: this field may return null, indicating that no valid values can be obtained.
|
Constructor and Description |
---|
TargetBrief(TargetBrief 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 © 2023. All rights reserved.