public class DomainConfigRequest extends AbstractBceRequest
| Constructor and Description |
|---|
DomainConfigRequest() |
| Modifier and Type | Method and Description |
|---|---|
CorsInfo |
getCors() |
String |
getDomain() |
HttpsConfig |
getHttpsConfig() |
IpACL |
getIpACL() |
RefererACL |
getRefererACL() |
RequestAuth |
getRequestAuth() |
UserAgentACL |
getUserAgentACL() |
void |
setCors(CorsInfo cors) |
void |
setDomain(String domain) |
void |
setHttpsConfig(HttpsConfig httpsConfig) |
void |
setIpACL(IpACL ipACL) |
void |
setRefererACL(RefererACL refererACL) |
void |
setRequestAuth(RequestAuth requestAuth) |
void |
setUserAgentACL(UserAgentACL userAgentACL) |
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic String getDomain()
public void setDomain(String domain)
public HttpsConfig getHttpsConfig()
public void setHttpsConfig(HttpsConfig httpsConfig)
public CorsInfo getCors()
public void setCors(CorsInfo cors)
public RefererACL getRefererACL()
public void setRefererACL(RefererACL refererACL)
public IpACL getIpACL()
public void setIpACL(IpACL ipACL)
public UserAgentACL getUserAgentACL()
public void setUserAgentACL(UserAgentACL userAgentACL)
public RequestAuth getRequestAuth()
public void setRequestAuth(RequestAuth requestAuth)
public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2024. All rights reserved.