Uses of Class
com.tencentcloudapi.batch.v20170312.models.Notification
-
Packages that use Notification Package Description com.tencentcloudapi.batch.v20170312.models -
-
Uses of Notification in com.tencentcloudapi.batch.v20170312.models
Methods in com.tencentcloudapi.batch.v20170312.models that return Notification Modifier and Type Method Description Notification[]ComputeEnvCreateInfo. getNotifications()Get 通知信息 注意:此字段可能返回 null,表示取不到有效值。Notification[]DescribeComputeEnvCreateInfoResponse. getNotifications()Get 通知信息Notification[]Job. getNotifications()Get 通知信息Notification[]NamedComputeEnv. getNotifications()Get 通知信息NotificationNamedCpmComputeEnv. getNotifications()Get 通知信息Methods in com.tencentcloudapi.batch.v20170312.models with parameters of type Notification Modifier and Type Method Description voidComputeEnvCreateInfo. setNotifications(Notification[] Notifications)Set 通知信息 注意:此字段可能返回 null,表示取不到有效值。voidDescribeComputeEnvCreateInfoResponse. setNotifications(Notification[] Notifications)Set 通知信息voidJob. setNotifications(Notification[] Notifications)Set 通知信息voidNamedComputeEnv. setNotifications(Notification[] Notifications)Set 通知信息voidNamedCpmComputeEnv. setNotifications(Notification Notifications)Set 通知信息Constructors in com.tencentcloudapi.batch.v20170312.models with parameters of type Notification Constructor Description Notification(Notification 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.
-