public class RealtimeLogDeliveryTask extends AbstractModel
header, skipSign
Constructor and Description |
---|
RealtimeLogDeliveryTask() |
RealtimeLogDeliveryTask(RealtimeLogDeliveryTask 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getArea()
Get The data delivery area.
|
CLSTopic |
getCLS()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCreateTime()
Get The creation time.
|
CustomEndpoint |
getCustomEndpoint()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
CustomField[] |
getCustomFields()
Get The list of custom fields for delivery.
|
DeliveryCondition[] |
getDeliveryConditions()
Get Log delivery filter conditions.
|
String |
getDeliveryStatus()
Get The status of the real-time log delivery task.
|
String[] |
getEntityList()
Get The list of entities (Layer 7 domains or Layer 4 proxy instances) corresponding to the real-time log delivery task.
|
String[] |
getFields()
Get The list of predefined fields for delivery.
|
String |
getLogType()
Get The data delivery type.
|
S3 |
getS3()
Get Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getSample()
Get The sampling ratio in permille.
|
String |
getTaskId()
Get The ID of the real-time log delivery task.
|
String |
getTaskName()
Get The name of the real-time log delivery task.
|
String |
getTaskType()
Get The type of the real-time log delivery task.
|
String |
getUpdateTime()
Get The update time.
|
void |
setArea(String Area)
Set The data delivery area.
|
void |
setCLS(CLSTopic CLS)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCreateTime(String CreateTime)
Set The creation time.
|
void |
setCustomEndpoint(CustomEndpoint CustomEndpoint)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCustomFields(CustomField[] CustomFields)
Set The list of custom fields for delivery.
|
void |
setDeliveryConditions(DeliveryCondition[] DeliveryConditions)
Set Log delivery filter conditions.
|
void |
setDeliveryStatus(String DeliveryStatus)
Set The status of the real-time log delivery task.
|
void |
setEntityList(String[] EntityList)
Set The list of entities (Layer 7 domains or Layer 4 proxy instances) corresponding to the real-time log delivery task.
|
void |
setFields(String[] Fields)
Set The list of predefined fields for delivery.
|
void |
setLogType(String LogType)
Set The data delivery type.
|
void |
setS3(S3 S3)
Set Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSample(Long Sample)
Set The sampling ratio in permille.
|
void |
setTaskId(String TaskId)
Set The ID of the real-time log delivery task.
|
void |
setTaskName(String TaskName)
Set The name of the real-time log delivery task.
|
void |
setTaskType(String TaskType)
Set The type of the real-time log delivery task.
|
void |
setUpdateTime(String UpdateTime)
Set The update time.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RealtimeLogDeliveryTask()
public RealtimeLogDeliveryTask(RealtimeLogDeliveryTask source)
public String getTaskId()
public void setTaskId(String TaskId)
TaskId
- The ID of the real-time log delivery task.public String getTaskName()
public void setTaskName(String TaskName)
TaskName
- The name of the real-time log delivery task.public String getDeliveryStatus()
public void setDeliveryStatus(String DeliveryStatus)
DeliveryStatus
- The status of the real-time log delivery task. Valid values:public String getTaskType()
public void setTaskType(String TaskType)
TaskType
- The type of the real-time log delivery task. Valid values:public String[] getEntityList()
public void setEntityList(String[] EntityList)
EntityList
- The list of entities (Layer 7 domains or Layer 4 proxy instances) corresponding to the real-time log delivery task. Valid value examples:public String getLogType()
public void setLogType(String LogType)
LogType
- The data delivery type. Valid values: public String getArea()
public void setArea(String Area)
Area
- The data delivery area. Valid values:public String[] getFields()
public void setFields(String[] Fields)
Fields
- The list of predefined fields for delivery.public CustomField[] getCustomFields()
public void setCustomFields(CustomField[] CustomFields)
CustomFields
- The list of custom fields for delivery.public DeliveryCondition[] getDeliveryConditions()
public void setDeliveryConditions(DeliveryCondition[] DeliveryConditions)
DeliveryConditions
- Log delivery filter conditions.public Long getSample()
public void setSample(Long Sample)
Sample
- The sampling ratio in permille. Value range: 1 to 1000. For example, 605 represents a sampling ratio of 60.5%.public CLSTopic getCLS()
public void setCLS(CLSTopic CLS)
CLS
- Note: This field may return null, indicating that no valid values can be obtained.public CustomEndpoint getCustomEndpoint()
public void setCustomEndpoint(CustomEndpoint CustomEndpoint)
CustomEndpoint
- Note: This field may return null, indicating that no valid values can be obtained.public S3 getS3()
public void setS3(S3 S3)
S3
- Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- The creation time.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- The update time.Copyright © 2024. All rights reserved.