Class DeleteLogExportRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.rum.v20210622.models.DeleteLogExportRequest
-
public class DeleteLogExportRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteLogExportRequest()DeleteLogExportRequest(DeleteLogExportRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExportID()Get 日志导出IDLonggetID()Get 项目IDvoidsetExportID(String ExportID)Set 日志导出IDvoidsetID(Long ID)Set 项目IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeleteLogExportRequest
public DeleteLogExportRequest()
-
DeleteLogExportRequest
public DeleteLogExportRequest(DeleteLogExportRequest 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.
-
-
Method Detail
-
getID
public Long getID()
Get 项目ID- Returns:
- ID 项目ID
-
setID
public void setID(Long ID)
Set 项目ID- Parameters:
ID- 项目ID
-
getExportID
public String getExportID()
Get 日志导出ID- Returns:
- ExportID 日志导出ID
-
setExportID
public void setExportID(String ExportID)
Set 日志导出ID- Parameters:
ExportID- 日志导出ID
-
-