Package | Description |
---|---|
com.tencentcloudapi.teo.v20220901.models |
Modifier and Type | Method and Description |
---|---|
DeliveryCondition[] |
RealtimeLogDeliveryTask.getDeliveryConditions()
Get 日志投递的过滤条件。
|
DeliveryCondition[] |
CreateRealtimeLogDeliveryTaskRequest.getDeliveryConditions()
Get 日志投递的过滤条件,不填表示投递全量日志。
|
DeliveryCondition[] |
ModifyRealtimeLogDeliveryTaskRequest.getDeliveryConditions()
Get 日志投递的过滤条件。不填表示投递全量日志。
|
Modifier and Type | Method and Description |
---|---|
void |
RealtimeLogDeliveryTask.setDeliveryConditions(DeliveryCondition[] DeliveryConditions)
Set 日志投递的过滤条件。
|
void |
CreateRealtimeLogDeliveryTaskRequest.setDeliveryConditions(DeliveryCondition[] DeliveryConditions)
Set 日志投递的过滤条件,不填表示投递全量日志。
|
void |
ModifyRealtimeLogDeliveryTaskRequest.setDeliveryConditions(DeliveryCondition[] DeliveryConditions)
Set 日志投递的过滤条件。不填表示投递全量日志。
|
Constructor and Description |
---|
DeliveryCondition(DeliveryCondition 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 © 2024. All rights reserved.