public class HttpsConfig extends JsonObject
| Constructor and Description |
|---|
HttpsConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertId() |
String |
getSllVersion() |
boolean |
isEnabled() |
boolean |
isHttpOrigin() |
boolean |
isHttpRedirect() |
void |
setCertId(String certId) |
void |
setEnabled(boolean enabled) |
void |
setHttpOrigin(boolean httpOrigin) |
void |
setHttpRedirect(boolean httpRedirect) |
void |
setSllVersion(String sllVersion) |
HttpsConfig |
withCertId(String certId) |
HttpsConfig |
withEnabled(boolean enabled) |
HttpsConfig |
withHttpOrigint(boolean httpOrigin) |
HttpsConfig |
withHttpRedirect(boolean httpRedirect) |
HttpsConfig |
withSllVersion(String sllVersion) |
toStringpublic HttpsConfig withEnabled(boolean enabled)
public HttpsConfig withCertId(String certId)
public HttpsConfig withHttpRedirect(boolean httpRedirect)
public HttpsConfig withHttpOrigint(boolean httpOrigin)
public HttpsConfig withSllVersion(String sllVersion)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getCertId()
public void setCertId(String certId)
public boolean isHttpRedirect()
public void setHttpRedirect(boolean httpRedirect)
public boolean isHttpOrigin()
public void setHttpOrigin(boolean httpOrigin)
public String getSllVersion()
public void setSllVersion(String sllVersion)
Copyright © 2019. All rights reserved.