public class Module extends AbstractModel
header, skipSign
Constructor and Description |
---|
Module() |
Module(Module 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 |
getIsDisable()
Get 是否支持,可选值:yes,no
|
String |
getModuleName()
Get 模块名
|
void |
setIsDisable(String IsDisable)
Set 是否支持,可选值:yes,no
|
void |
setModuleName(String ModuleName)
Set 模块名
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Module()
public Module(Module source)
public String getIsDisable()
public void setIsDisable(String IsDisable)
IsDisable
- 是否支持,可选值:yes,nopublic String getModuleName()
public void setModuleName(String ModuleName)
ModuleName
- 模块名Copyright © 2024. All rights reserved.