public class GetDomainLogRequest extends AbstractBceRequest
| Constructor and Description |
|---|
GetDomainLogRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain() |
Date |
getEndTime() |
Date |
getStartTime() |
void |
setDomain(String domain) |
void |
setEndTime(Date endTime) |
void |
setStartTime(Date startTime) |
GetDomainLogRequest |
withDomain(String domain) |
GetDomainLogRequest |
withEndTime(Date endTime) |
GetDomainLogRequest |
withRequestCredentials(BceCredentials credentials)
(non-Javadoc)
|
GetDomainLogRequest |
withStartTime(Date startTime) |
getRequestCredentials, setRequestCredentialspublic Date getStartTime()
public void setStartTime(Date startTime)
startTime - public GetDomainLogRequest withStartTime(Date startTime)
startTime - public Date getEndTime()
public void setEndTime(Date endTime)
endTime - public GetDomainLogRequest withEndTime(Date endTime)
endTime - public String getDomain()
public void setDomain(String domain)
domain - the domain namepublic GetDomainLogRequest withDomain(String domain)
domain - the domain namepublic GetDomainLogRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestAbstractBceRequest.withRequestCredentials(com.baidubce.auth.BceCredentials)Copyright © 2021. All rights reserved.