public class DomainListRequest extends AbstractBceRequest
| Constructor and Description |
|---|
DomainListRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain() |
Boolean |
getEnableHttps() |
int |
getPageNo() |
int |
getPageSize() |
String |
getSortBy() |
String |
getStatus() |
String |
getType() |
void |
setDomain(String domain) |
void |
setEnableHttps(Boolean enableHttps) |
void |
setPageNo(int pageNo) |
void |
setPageSize(int pageSize) |
void |
setSortBy(String sortBy) |
void |
setStatus(String status) |
void |
setType(String type) |
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic int getPageNo()
public void setPageNo(int pageNo)
public int getPageSize()
public void setPageSize(int pageSize)
public String getDomain()
public void setDomain(String domain)
public String getType()
public void setType(String type)
public String getStatus()
public void setStatus(String status)
public Boolean getEnableHttps()
public void setEnableHttps(Boolean enableHttps)
public String getSortBy()
public void setSortBy(String sortBy)
Copyright © 2024. All rights reserved.