public class Condition extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Condition.ConditionBuilder |
| 构造器和说明 |
|---|
Condition() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Condition.ConditionBuilder |
builder() |
List<String> |
getAllowHost() |
int |
getHttpCode() |
List<String> |
getHttpMethod() |
String |
getKeyPrefix() |
String |
getKeySuffix() |
Condition |
setAllowHost(List<String> allowHost) |
Condition |
setHttpCode(int httpCode) |
Condition |
setHttpMethod(List<String> httpMethod) |
Condition |
setKeyPrefix(String keyPrefix) |
Condition |
setKeySuffix(String keySuffix) |
String |
toString() |
public int getHttpCode()
public Condition setHttpCode(int httpCode)
public String getKeyPrefix()
public String getKeySuffix()
public static Condition.ConditionBuilder builder()
Copyright © 2024. All rights reserved.