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 Data shipping area.
|
CLSTopic |
getCLS()
Get Configuration information of the CLS.
|
String |
getCreateTime()
Get Creation time.
|
CustomEndpoint |
getCustomEndpoint()
Get Configuration information of the custom HTTP service.
|
CustomField[] |
getCustomFields()
Get List of custom fields for shipping.
|
DeliveryCondition[] |
getDeliveryConditions()
Get Filter criteria of log shipping.
|
String |
getDeliveryStatus()
Get Status of a real-time log shipping task.
|
String[] |
getEntityList()
Get List of entities (L7 domain names or L4 proxy instances) corresponding to a real-time log shipping task.
|
String[] |
getFields()
Get List of predefined fields for shipping.
|
LogFormat |
getLogFormat()
Get Output format for log delivery.
|
String |
getLogType()
Get Data shipping type.
|
S3 |
getS3()
Get Configuration information of the AWS S3-compatible bucket.
|
Long |
getSample()
Get Sampling ratio in permille.
|
String |
getTaskId()
Get ID of a real-time log shipping task.
|
String |
getTaskName()
Get Name of a real-time log shipping task.
|
String |
getTaskType()
Get Type of a real-time log shipping task.
|
String |
getUpdateTime()
Get Update time.
|
void |
setArea(String Area)
Set Data shipping area.
|
void |
setCLS(CLSTopic CLS)
Set Configuration information of the CLS.
|
void |
setCreateTime(String CreateTime)
Set Creation time.
|
void |
setCustomEndpoint(CustomEndpoint CustomEndpoint)
Set Configuration information of the custom HTTP service.
|
void |
setCustomFields(CustomField[] CustomFields)
Set List of custom fields for shipping.
|
void |
setDeliveryConditions(DeliveryCondition[] DeliveryConditions)
Set Filter criteria of log shipping.
|
void |
setDeliveryStatus(String DeliveryStatus)
Set Status of a real-time log shipping task.
|
void |
setEntityList(String[] EntityList)
Set List of entities (L7 domain names or L4 proxy instances) corresponding to a real-time log shipping task.
|
void |
setFields(String[] Fields)
Set List of predefined fields for shipping.
|
void |
setLogFormat(LogFormat LogFormat)
Set Output format for log delivery.
|
void |
setLogType(String LogType)
Set Data shipping type.
|
void |
setS3(S3 S3)
Set Configuration information of the AWS S3-compatible bucket.
|
void |
setSample(Long Sample)
Set Sampling ratio in permille.
|
void |
setTaskId(String TaskId)
Set ID of a real-time log shipping task.
|
void |
setTaskName(String TaskName)
Set Name of a real-time log shipping task.
|
void |
setTaskType(String TaskType)
Set Type of a real-time log shipping task.
|
void |
setUpdateTime(String UpdateTime)
Set 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
- ID of a real-time log shipping task.public String getTaskName()
public void setTaskName(String TaskName)
TaskName
- Name of a real-time log shipping task.public String getDeliveryStatus()
public void setDeliveryStatus(String DeliveryStatus)
DeliveryStatus
- Status of a real-time log shipping task. Valid values: public String getTaskType()
public void setTaskType(String TaskType)
TaskType
- Type of a real-time log shipping task. Valid values:public String[] getEntityList()
public void setEntityList(String[] EntityList)
EntityList
- List of entities (L7 domain names or L4 proxy instances) corresponding to a real-time log shipping task. Valid value examples: public String getLogType()
public void setLogType(String LogType)
LogType
- Data shipping type. Valid values: public String getArea()
public void setArea(String Area)
Area
- Data shipping area. Valid values:public String[] getFields()
public void setFields(String[] Fields)
Fields
- List of predefined fields for shipping.public CustomField[] getCustomFields()
public void setCustomFields(CustomField[] CustomFields)
CustomFields
- List of custom fields for shipping.public DeliveryCondition[] getDeliveryConditions()
public void setDeliveryConditions(DeliveryCondition[] DeliveryConditions)
DeliveryConditions
- Filter criteria of log shipping.public Long getSample()
public void setSample(Long Sample)
Sample
- Sampling ratio in permille. Value range: 1-1000. For example, 605 indicates a sampling ratio of 60.5%.public LogFormat getLogFormat()
public void setLogFormat(LogFormat LogFormat)
LogFormat
- Output format for log delivery. When the output parameter is null, the default format is used, which works as follows:
public CLSTopic getCLS()
public void setCLS(CLSTopic CLS)
CLS
- Configuration information of the CLS.
Note: This field may return null, which indicates a failure to obtain a valid value.public CustomEndpoint getCustomEndpoint()
public void setCustomEndpoint(CustomEndpoint CustomEndpoint)
CustomEndpoint
- Configuration information of the custom HTTP service.
Note: This field may return null, which indicates a failure to obtain a valid value.public S3 getS3()
public void setS3(S3 S3)
S3
- Configuration information of the AWS S3-compatible bucket.
Note: This field may return null, which indicates a failure to obtain a valid value.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation time.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Update time.Copyright © 2024. All rights reserved.