public class SimpleModule extends AbstractModel
Constructor and Description |
---|
SimpleModule() |
SimpleModule(SimpleModule source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getModuleId()
Get 模块ID
|
String |
getModuleName()
Get 模块名称
|
void |
setModuleId(String ModuleId)
Set 模块ID
|
void |
setModuleName(String ModuleName)
Set 模块名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SimpleModule()
public SimpleModule(SimpleModule source)
public String getModuleId()
public void setModuleId(String ModuleId)
ModuleId
- 模块IDpublic String getModuleName()
public void setModuleName(String ModuleName)
ModuleName
- 模块名称Copyright © 2021. All rights reserved.