Class ModifyLaneRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.ModifyLaneRequest
-
public class ModifyLaneRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyLaneRequest()
ModifyLaneRequest(ModifyLaneRequest 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 String
getLaneId()
Get 泳道IDString
getLaneName()
Get 泳道名称String
getRemark()
Get 备注void
setLaneId(String LaneId)
Set 泳道IDvoid
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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyLaneRequest
public ModifyLaneRequest()
-
ModifyLaneRequest
public ModifyLaneRequest(ModifyLaneRequest 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
-
getLaneId
public String getLaneId()
Get 泳道ID- Returns:
- LaneId 泳道ID
-
setLaneId
public void setLaneId(String LaneId)
Set 泳道ID- Parameters:
LaneId
- 泳道ID
-
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
- 备注
-
-