public class InputModifyNameFront extends AbstractModel
header, skipSign
Constructor and Description |
---|
InputModifyNameFront() |
InputModifyNameFront(InputModifyNameFront 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 |
getListName()
Get 名单名称
|
Long |
getNameListId()
Get 名单ID
|
String |
getRemark()
Get 描述
|
Long |
getStatus()
Get 名单状态 [1 启用 2 停用]
|
void |
setListName(String ListName)
Set 名单名称
|
void |
setNameListId(Long NameListId)
Set 名单ID
|
void |
setRemark(String Remark)
Set 描述
|
void |
setStatus(Long Status)
Set 名单状态 [1 启用 2 停用]
|
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 InputModifyNameFront()
public InputModifyNameFront(InputModifyNameFront source)
public Long getNameListId()
public void setNameListId(Long NameListId)
NameListId
- 名单IDpublic String getListName()
public void setListName(String ListName)
ListName
- 名单名称public Long getStatus()
public void setStatus(Long Status)
Status
- 名单状态 [1 启用 2 停用]public String getRemark()
public void setRemark(String Remark)
Remark
- 描述Copyright © 2024. All rights reserved.