Class CreateLaneRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.CreateLaneRequest
-
public class CreateLaneRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateLaneRequest()CreateLaneRequest(CreateLaneRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LaneGroup[]getLaneGroupList()Get 泳道部署组信息StringgetLaneName()Get 泳道名称String[]getProgramIdList()Get 无StringgetRemark()Get 泳道备注voidsetLaneGroupList(LaneGroup[] LaneGroupList)Set 泳道部署组信息voidsetLaneName(String LaneName)Set 泳道名称voidsetProgramIdList(String[] ProgramIdList)Set 无voidsetRemark(String Remark)Set 泳道备注voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateLaneRequest
public CreateLaneRequest()
-
CreateLaneRequest
public CreateLaneRequest(CreateLaneRequest 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.
-
-
Method Detail
-
getLaneName
public String getLaneName()
Get 泳道名称- Returns:
- LaneName 泳道名称
-
setLaneName
public void setLaneName(String LaneName)
Set 泳道名称- Parameters:
LaneName- 泳道名称
-
getRemark
public String getRemark()
Get 泳道备注- Returns:
- Remark 泳道备注
-
setRemark
public void setRemark(String Remark)
Set 泳道备注- Parameters:
Remark- 泳道备注
-
getLaneGroupList
public LaneGroup[] getLaneGroupList()
Get 泳道部署组信息- Returns:
- LaneGroupList 泳道部署组信息
-
setLaneGroupList
public void setLaneGroupList(LaneGroup[] LaneGroupList)
Set 泳道部署组信息- Parameters:
LaneGroupList- 泳道部署组信息
-
getProgramIdList
public String[] getProgramIdList()
Get 无- Returns:
- ProgramIdList 无
-
setProgramIdList
public void setProgramIdList(String[] ProgramIdList)
Set 无- Parameters:
ProgramIdList- 无
-
-