public class GatewayParamFlowItem extends Object
| Constructor and Description |
|---|
GatewayParamFlowItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName() |
Integer |
getIndex() |
int |
getMatchStrategy() |
int |
getParseStrategy() |
String |
getPattern() |
GatewayParamFlowItem |
setFieldName(String fieldName) |
GatewayParamFlowItem |
setMatchStrategy(int matchStrategy) |
GatewayParamFlowItem |
setParseStrategy(int parseStrategy) |
GatewayParamFlowItem |
setPattern(String pattern) |
String |
toString() |
public Integer getIndex()
public int getParseStrategy()
public GatewayParamFlowItem setParseStrategy(int parseStrategy)
public String getFieldName()
public GatewayParamFlowItem setFieldName(String fieldName)
public String getPattern()
public GatewayParamFlowItem setPattern(String pattern)
public int getMatchStrategy()
public GatewayParamFlowItem setMatchStrategy(int matchStrategy)
Copyright © 2020 Alibaba Group. All rights reserved.