public class SetDomainOCSPRequest extends CdnRequest
| Constructor and Description |
|---|
SetDomainOCSPRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain() |
boolean |
isOcsp() |
void |
setDomain(String domain) |
void |
setOcsp(boolean ocsp) |
SetDomainOCSPRequest |
withDomain(String domain) |
SetDomainOCSPRequest |
withOcsp(boolean ocsp) |
toString, withRequestCredentialsgetRequestCredentials, setRequestCredentialspublic String getDomain()
public void setDomain(String domain)
public boolean isOcsp()
public void setOcsp(boolean ocsp)
public SetDomainOCSPRequest withOcsp(boolean ocsp)
ocsp - public SetDomainOCSPRequest withDomain(String domain)
domain - the domain nameCopyright © 2023. All rights reserved.