public class DetectOriginConfig extends Object
| Constructor and Description |
|---|
DetectOriginConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDetectMethod() |
String |
getDetectUrl() |
String |
getEnable() |
String |
getExpectedResponse() |
String |
getFrequency() |
void |
setDetectMethod(String detectMethod) |
void |
setDetectUrl(String detectUrl) |
void |
setEnable(String enable) |
void |
setExpectedResponse(String expectedResponse) |
void |
setFrequency(String frequency) |
public String getEnable()
public void setEnable(String enable)
public String getDetectMethod()
public void setDetectMethod(String detectMethod)
public String getExpectedResponse()
public void setExpectedResponse(String expectedResponse)
public String getDetectUrl()
public void setDetectUrl(String detectUrl)
public String getFrequency()
public void setFrequency(String frequency)
Copyright © 2023. All rights reserved.