Uses of Class
com.tencentcloudapi.batch.v20170312.models.EventConfig
-
Packages that use EventConfig Package Description com.tencentcloudapi.batch.v20170312.models -
-
Uses of EventConfig in com.tencentcloudapi.batch.v20170312.models
Methods in com.tencentcloudapi.batch.v20170312.models that return EventConfig Modifier and Type Method Description EventConfig[]Notification. getEventConfigs()Get 事件配置Methods in com.tencentcloudapi.batch.v20170312.models with parameters of type EventConfig Modifier and Type Method Description voidNotification. setEventConfigs(EventConfig[] EventConfigs)Set 事件配置Constructors in com.tencentcloudapi.batch.v20170312.models with parameters of type EventConfig Constructor Description EventConfig(EventConfig 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.
-