public class UrlAuthConfig extends Object
| Constructor and Description |
|---|
UrlAuthConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthType() |
String |
getEnable() |
String |
getKey1() |
String |
getKey2() |
String |
getTimeout() |
void |
setAuthType(String authType) |
void |
setEnable(String enable) |
void |
setKey1(String key1) |
void |
setKey2(String key2) |
void |
setTimeout(String timeout) |
public String getEnable()
public void setEnable(String enable)
public String getAuthType()
public void setAuthType(String authType)
public String getKey1()
public void setKey1(String key1)
public String getKey2()
public void setKey2(String key2)
public String getTimeout()
public void setTimeout(String timeout)
Copyright © 2023. All rights reserved.