public class DescribeSpartaProtectionInfoResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeSpartaProtectionInfoResponse() |
DescribeSpartaProtectionInfoResponse(DescribeSpartaProtectionInfoResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getAnycast()
Get 0: BGP; 1: Anycast.
|
String |
getCert()
Get Certificate
|
String |
getCertType()
Get Certificate type
|
String |
getCname()
Get CNAME value
|
String |
getDomain()
Get Domain name
|
String |
getDomainId()
Get Domain ID
|
String |
getEngine()
Get Engine
|
String[] |
getGrayAreas()
Get Grayscale area list
|
String |
getHttpsRewrite()
Get HTTPS rewriting
|
String |
getHttpsUpstreamPort()
Get Value of httpsUpstreamPort
|
String |
getIsCdn()
Get Whether it is a CDN
|
String |
getIsGray()
Get Whether it is grayscale
|
String |
getIsHttp2()
Get Whether it is HTTP2.
|
String |
getIsKeepAlive()
Get Whether to maintain a long connection with the origin server
|
String |
getIsWebsocket()
Get Whether it includes WebSocket
|
String |
getLevel()
Get Defense level: 100, 200, 300
|
String |
getLoadBalance()
Get LoadBalance information
|
String |
getMode()
Get Mode
|
PortItem[] |
getPorts()
Get Port information
|
String |
getPrivateKey()
Get Private key
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
String[] |
getSrcList()
Get Source IP address list
|
String |
getSslid()
Get SSL ID
|
String |
getStatus()
Get Status
|
String |
getUpstreamDomain()
Get Value of upstreamDomain
|
String |
getUpstreamScheme()
Get Value of upstreamScheme
|
String |
getUpstreamType()
Get upstreamType value
|
void |
setAnycast(String Anycast)
Set 0: BGP; 1: Anycast.
|
void |
setCert(String Cert)
Set Certificate
|
void |
setCertType(String CertType)
Set Certificate type
|
void |
setCname(String Cname)
Set CNAME value
|
void |
setDomain(String Domain)
Set Domain name
|
void |
setDomainId(String DomainId)
Set Domain ID
|
void |
setEngine(String Engine)
Set Engine
|
void |
setGrayAreas(String[] GrayAreas)
Set Grayscale area list
|
void |
setHttpsRewrite(String HttpsRewrite)
Set HTTPS rewriting
|
void |
setHttpsUpstreamPort(String HttpsUpstreamPort)
Set Value of httpsUpstreamPort
|
void |
setIsCdn(String IsCdn)
Set Whether it is a CDN
|
void |
setIsGray(String IsGray)
Set Whether it is grayscale
|
void |
setIsHttp2(String IsHttp2)
Set Whether it is HTTP2.
|
void |
setIsKeepAlive(String IsKeepAlive)
Set Whether to maintain a long connection with the origin server
|
void |
setIsWebsocket(String IsWebsocket)
Set Whether it includes WebSocket
|
void |
setLevel(String Level)
Set Defense level: 100, 200, 300
|
void |
setLoadBalance(String LoadBalance)
Set LoadBalance information
|
void |
setMode(String Mode)
Set Mode
|
void |
setPorts(PortItem[] Ports)
Set Port information
|
void |
setPrivateKey(String PrivateKey)
Set Private key
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setSrcList(String[] SrcList)
Set Source IP address list
|
void |
setSslid(String Sslid)
Set SSL ID
|
void |
setStatus(String Status)
Set Status
|
void |
setUpstreamDomain(String UpstreamDomain)
Set Value of upstreamDomain
|
void |
setUpstreamScheme(String UpstreamScheme)
Set Value of upstreamScheme
|
void |
setUpstreamType(String UpstreamType)
Set upstreamType value
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeSpartaProtectionInfoResponse()
public DescribeSpartaProtectionInfoResponse(DescribeSpartaProtectionInfoResponse source)
public String getDomain()
public void setDomain(String Domain)
Domain
- Domain namepublic String getDomainId()
public void setDomainId(String DomainId)
DomainId
- Domain IDpublic String getCname()
public void setCname(String Cname)
Cname
- CNAME valuepublic String getStatus()
public void setStatus(String Status)
Status
- Statuspublic String[] getSrcList()
public void setSrcList(String[] SrcList)
SrcList
- Source IP address listpublic String getCertType()
public void setCertType(String CertType)
CertType
- Certificate typepublic String getCert()
public void setCert(String Cert)
Cert
- Certificatepublic String getPrivateKey()
public void setPrivateKey(String PrivateKey)
PrivateKey
- Private keypublic String getSslid()
public void setSslid(String Sslid)
Sslid
- SSL IDpublic String getIsCdn()
public void setIsCdn(String IsCdn)
IsCdn
- Whether it is a CDNpublic String[] getGrayAreas()
public void setGrayAreas(String[] GrayAreas)
GrayAreas
- Grayscale area listpublic String getEngine()
public void setEngine(String Engine)
Engine
- Enginepublic String getHttpsRewrite()
public void setHttpsRewrite(String HttpsRewrite)
HttpsRewrite
- HTTPS rewritingpublic String getUpstreamType()
public void setUpstreamType(String UpstreamType)
UpstreamType
- upstreamType valuepublic String getUpstreamDomain()
public void setUpstreamDomain(String UpstreamDomain)
UpstreamDomain
- Value of upstreamDomainpublic String getUpstreamScheme()
public void setUpstreamScheme(String UpstreamScheme)
UpstreamScheme
- Value of upstreamSchemepublic String getIsHttp2()
public void setIsHttp2(String IsHttp2)
IsHttp2
- Whether it is HTTP2.public String getIsWebsocket()
public void setIsWebsocket(String IsWebsocket)
IsWebsocket
- Whether it includes WebSocketpublic String getLoadBalance()
public void setLoadBalance(String LoadBalance)
LoadBalance
- LoadBalance informationpublic String getHttpsUpstreamPort()
public void setHttpsUpstreamPort(String HttpsUpstreamPort)
HttpsUpstreamPort
- Value of httpsUpstreamPortpublic PortItem[] getPorts()
public void setPorts(PortItem[] Ports)
Ports
- Port informationpublic String getIsGray()
public void setIsGray(String IsGray)
IsGray
- Whether it is grayscalepublic String getMode()
public void setMode(String Mode)
Mode
- Modepublic String getLevel()
public void setLevel(String Level)
Level
- Defense level: 100, 200, 300public String getIsKeepAlive()
public void setIsKeepAlive(String IsKeepAlive)
IsKeepAlive
- Whether to maintain a long connection with the origin serverpublic String getAnycast()
public void setAnycast(String Anycast)
Anycast
- 0: BGP; 1: Anycast.
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.