public class LineGroupDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
LineGroupDetail() |
LineGroupDetail(LineGroupDetail 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 |
---|---|
Long |
getId()
Get 自定义线路分组ID
|
String[] |
getLines()
Get 自定义线路分组包含的线路列表
|
String |
getName()
Get 自定线路分组名称
|
void |
setId(Long Id)
Set 自定义线路分组ID
|
void |
setLines(String[] Lines)
Set 自定义线路分组包含的线路列表
|
void |
setName(String Name)
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 LineGroupDetail()
public LineGroupDetail(LineGroupDetail source)
public Long getId()
public void setId(Long Id)
Id
- 自定义线路分组IDpublic String getName()
public void setName(String Name)
Name
- 自定线路分组名称public String[] getLines()
public void setLines(String[] Lines)
Lines
- 自定义线路分组包含的线路列表Copyright © 2024. All rights reserved.