public class Condition extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Condition.ConditionBuilder |
| Constructor and Description |
|---|
Condition() |
| Modifier and Type | Method and Description |
|---|---|
static Condition.ConditionBuilder |
builder() |
int |
getHttpCode() |
String |
getKeyPrefix() |
String |
getKeySuffix() |
Condition |
setHttpCode(int httpCode) |
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 © 2023. All rights reserved.