Package cn.ucloud.uewaf.models
Class DownloadWAFAccessLogRequest
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.uewaf.models.DownloadWAFAccessLogRequest
-
public class DownloadWAFAccessLogRequest extends Request
-
-
Constructor Summary
Constructors Constructor Description DownloadWAFAccessLogRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDate()StringgetFullDomain()StringgetLogType()StringgetProjectId()IntegerloadMaxRetries()IntegerloadTimeout()voidsetDate(String date)voidsetFullDomain(String fullDomain)voidsetLogType(String logType)voidsetProjectId(String projectId)voidwithMaxRetries(Integer arg0)voidwithTimeout(Integer arg0)-
Methods inherited from class cn.ucloud.common.request.Request
encode, getAction, getPublicKey, getRegion, getSignature, setAction, setPublicKey, setRegion, setSignature
-
-
-
-
Method Detail
-
getProjectId
public String getProjectId()
- Overrides:
getProjectIdin classRequest
-
setProjectId
public void setProjectId(String projectId)
- Overrides:
setProjectIdin classRequest
-
getFullDomain
public String getFullDomain()
-
setFullDomain
public void setFullDomain(String fullDomain)
-
getDate
public String getDate()
-
setDate
public void setDate(String date)
-
getLogType
public String getLogType()
-
setLogType
public void setLogType(String logType)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-