public class Module extends AbstractModel
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 Whether it is supported.
|
String |
getModuleName()
Get Module name
|
void |
setIsDisable(String IsDisable)
Set Whether it is supported.
|
void |
setModuleName(String ModuleName)
Set Module name
|
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 Module()
public Module(Module source)
public String getIsDisable()
public void setIsDisable(String IsDisable)
IsDisable
- Whether it is supported. Valid values: `yes`, `no`.public String getModuleName()
public void setModuleName(String ModuleName)
ModuleName
- Module nameCopyright © 2023. All rights reserved.