public class SetDomainFollowProtocolRequest extends CdnRequest
| Constructor and Description |
|---|
SetDomainFollowProtocolRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain() |
boolean |
isFollowProtocol() |
void |
setDomain(String domain) |
void |
setFollowProtocol(boolean followProtocol) |
SetDomainFollowProtocolRequest |
withDomain(String domain) |
SetDomainFollowProtocolRequest |
withFollowProtocol(boolean followProtocol) |
toString, withRequestCredentialsgetRequestCredentials, setRequestCredentialspublic boolean isFollowProtocol()
public void setFollowProtocol(boolean followProtocol)
followProtocol - Whether the back source protocol is consistent with the request protocolpublic SetDomainFollowProtocolRequest withFollowProtocol(boolean followProtocol)
followProtocol - Whether the back source protocol is consistent with the request protocolpublic String getDomain()
public void setDomain(String domain)
domain - the domain namepublic SetDomainFollowProtocolRequest withDomain(String domain)
domain - the domain nameCopyright © 2023. All rights reserved.