public class BaseConfig
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
BaseConfig.Builder |
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
tagSuffix
当前tag后缀,用于区分当前引擎实例用途
|
Constructor and Description |
---|
BaseConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTagSuffix() |
void |
setTagSuffix(java.lang.String tagSuffix)
设置引擎实例tag后缀,用于区分不同场景
|