public class CreateLaneRequest extends AbstractModel
Constructor and Description |
---|
CreateLaneRequest() |
Modifier and Type | Method and Description |
---|---|
LaneGroup[] |
getLaneGroupList()
Get 泳道部署组信息
|
String |
getLaneName()
Get 泳道名称
|
String |
getRemark()
Get 泳道备注
|
void |
setLaneGroupList(LaneGroup[] LaneGroupList)
Set 泳道部署组信息
|
void |
setLaneName(String LaneName)
Set 泳道名称
|
void |
setRemark(String Remark)
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 String getLaneName()
public void setLaneName(String LaneName)
LaneName
- 泳道名称public String getRemark()
public void setRemark(String Remark)
Remark
- 泳道备注public LaneGroup[] getLaneGroupList()
public void setLaneGroupList(LaneGroup[] LaneGroupList)
LaneGroupList
- 泳道部署组信息Copyright © 2020. All rights reserved.