类 P2cChargeRuleDelRequest
java.lang.Object
com.icetech.sdk.request.BaseRequest<P2cChargeRuleDelResponse>
com.icetech.sdk.request.p2c.rule.P2cChargeRuleDelRequest
Description ChargeRuleQueryRequest
Copyright (c) Department of Research and Development/Beijing
All Rights Reserved
- 版本:
- 1.0 @Date 2022/7/15 17:50
- 作者:
- wg
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Gets billtype.Gets billtypecode.Gets park code.protected Stringmethod()定义接口名称voidsetBilltype(Integer billtype) Sets billtype.voidsetBilltypecode(String billtypecode) Sets billtypecode.voidsetBilltypename(String billtypename) voidsetParkCode(String parkCode) Sets park code.从类继承的方法 com.icetech.sdk.request.BaseRequest
addFile, buildBizContent, createRequestForm, getMethod, getRequestMethod, getResponseClass, setFiles, setRequestMethod, setVersion, version
-
构造器详细资料
-
P2cChargeRuleDelRequest
public P2cChargeRuleDelRequest()
-
-
方法详细资料
-
getBilltypename
-
setBilltypename
-
getBilltype
Gets billtype.- 返回:
- the billtype
-
setBilltype
Sets billtype.- 参数:
billtype- the billtype
-
getParkCode
Gets park code.- 返回:
- the park code
-
setParkCode
Sets park code.- 参数:
parkCode- the park code
-
getBilltypecode
Gets billtypecode.- 返回:
- the billtypecode
-
setBilltypecode
Sets billtypecode.- 参数:
billtypecode- the billtypecode
-
method
从类复制的说明:BaseRequest定义接口名称- 指定者:
method在类中BaseRequest<P2cChargeRuleDelResponse>- 返回:
- 接口名称
-