Uses of Class
com.tencentcloudapi.eb.v20210416.models.TargetBrief
-
Packages that use TargetBrief Package Description com.tencentcloudapi.eb.v20210416.models -
-
Uses of TargetBrief in com.tencentcloudapi.eb.v20210416.models
Methods in com.tencentcloudapi.eb.v20210416.models that return TargetBrief Modifier and Type Method Description TargetBrief[]EventBus. getTargetBriefs()Get 目标简要信息 注意:此字段可能返回 null,表示取不到有效值。TargetBrief[]Rule. getTargets()Get Target 简要信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.eb.v20210416.models with parameters of type TargetBrief Modifier and Type Method Description voidEventBus. setTargetBriefs(TargetBrief[] TargetBriefs)Set 目标简要信息 注意:此字段可能返回 null,表示取不到有效值。voidRule. setTargets(TargetBrief[] Targets)Set Target 简要信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.eb.v20210416.models with parameters of type TargetBrief Constructor 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.
-