类 P2cLedDisplayRequest
java.lang.Object
com.icetech.sdk.request.BaseRequest<P2cLedDisplayResponse>
com.icetech.sdk.request.p2c.rule.P2cLedDisplayRequest
Description LedDisplayRequest
Copyright (c) Department of Research and Development/Beijing
All Rights Reserved
- 版本:
- 1.0 @Date 2022/7/15 15:59
- 作者:
- wgy
-
嵌套类概要
嵌套类修饰符和类型类说明static classThe type Led config.static classThe type Led special. -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidbuildBizContent(Map<String, Object> bizContent) Gets led black car.Gets led config.Gets led expire days mc.Gets led line num.Gets led qrcode rule.Gets led remain days mc.Gets led restore default time.Gets led special.Gets limit drive num 1.Gets limit drive num 2.Gets limit drive num 3.Gets limit drive num 4.Gets limit drive num 5.Gets limit type.Gets park code.protected Stringmethod()定义接口名称voidsetLedBlackCar(Integer ledBlackCar) Sets led black car.voidsetLedConfig(List<P2cLedDisplayRequest.LedConfig> ledConfig) Sets led config.voidsetLedExpireDaysMc(Integer ledExpireDaysMc) Sets led expire days mc.voidsetLedLineNum(Integer ledLineNum) Sets led line num.voidsetLedQrcodeRule(Integer ledQrcodeRule) Sets led qrcode rule.voidsetLedRemainDaysMc(Integer ledRemainDaysMc) Sets led remain days mc.voidsetLedRestoreDefaultTime(Integer ledRestoreDefaultTime) Sets led restore default time.voidsetLedSpecial(P2cLedDisplayRequest.LedSpecial ledSpecial) Sets led special.voidsetLimitDriveNum1(String limitDriveNum1) Sets limit drive num 1.voidsetLimitDriveNum2(String limitDriveNum2) Sets limit drive num 2.voidsetLimitDriveNum3(String limitDriveNum3) Sets limit drive num 3.voidsetLimitDriveNum4(String limitDriveNum4) Sets limit drive num 4.voidsetLimitDriveNum5(String limitDriveNum5) Sets limit drive num 5.voidsetLimitType(Integer limitType) Sets limit type.voidsetParkCode(String parkCode) Sets park code.从类继承的方法 com.icetech.sdk.request.BaseRequest
addFile, createRequestForm, getMethod, getRequestMethod, getResponseClass, setFiles, setRequestMethod, setVersion, version
-
构造器详细资料
-
P2cLedDisplayRequest
public P2cLedDisplayRequest()
-
-
方法详细资料
-
getParkCode
Gets park code.- 返回:
- the park code
-
setParkCode
Sets park code.- 参数:
parkCode- the park code
-
getLedLineNum
Gets led line num.- 返回:
- the led line num
-
setLedLineNum
Sets led line num.- 参数:
ledLineNum- the led line num
-
getLedRemainDaysMc
Gets led remain days mc.- 返回:
- the led remain days mc
-
setLedRemainDaysMc
Sets led remain days mc.- 参数:
ledRemainDaysMc- the led remain days mc
-
getLedExpireDaysMc
Gets led expire days mc.- 返回:
- the led expire days mc
-
setLedExpireDaysMc
Sets led expire days mc.- 参数:
ledExpireDaysMc- the led expire days mc
-
getLedBlackCar
Gets led black car.- 返回:
- the led black car
-
setLedBlackCar
Sets led black car.- 参数:
ledBlackCar- the led black car
-
getLedRestoreDefaultTime
Gets led restore default time.- 返回:
- the led restore default time
-
setLedRestoreDefaultTime
Sets led restore default time.- 参数:
ledRestoreDefaultTime- the led restore default time
-
getLedQrcodeRule
Gets led qrcode rule.- 返回:
- the led qrcode rule
-
setLedQrcodeRule
Sets led qrcode rule.- 参数:
ledQrcodeRule- the led qrcode rule
-
getLimitType
Gets limit type.- 返回:
- the limit type
-
setLimitType
Sets limit type.- 参数:
limitType- the limit type
-
getLimitDriveNum1
Gets limit drive num 1.- 返回:
- the limit drive num 1
-
setLimitDriveNum1
Sets limit drive num 1.- 参数:
limitDriveNum1- the limit drive num 1
-
getLimitDriveNum2
Gets limit drive num 2.- 返回:
- the limit drive num 2
-
setLimitDriveNum2
Sets limit drive num 2.- 参数:
limitDriveNum2- the limit drive num 2
-
getLimitDriveNum3
Gets limit drive num 3.- 返回:
- the limit drive num 3
-
setLimitDriveNum3
Sets limit drive num 3.- 参数:
limitDriveNum3- the limit drive num 3
-
getLimitDriveNum4
Gets limit drive num 4.- 返回:
- the limit drive num 4
-
setLimitDriveNum4
Sets limit drive num 4.- 参数:
limitDriveNum4- the limit drive num 4
-
getLimitDriveNum5
Gets limit drive num 5.- 返回:
- the limit drive num 5
-
setLimitDriveNum5
Sets limit drive num 5.- 参数:
limitDriveNum5- the limit drive num 5
-
getLedConfig
Gets led config.- 返回:
- the led config
-
setLedConfig
Sets led config.- 参数:
ledConfig- the led config
-
getLedSpecial
Gets led special.- 返回:
- the led special
-
setLedSpecial
Sets led special.- 参数:
ledSpecial- the led special
-
method
从类复制的说明:BaseRequest定义接口名称- 指定者:
method在类中BaseRequest<P2cLedDisplayResponse>- 返回:
- 接口名称
-
buildBizContent
-