# coding=utf8
# Copyright 2018 JDCLOUD.COM
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# NOTE: This class is auto generated by the jdcloud code generator program.
[docs]class DistributorQuery(object):
def __init__(self, distributorId=None, distributorName=None, pin=None, loginName=None, contractNo=None, businessLicense=None, legalRepresentative=None, businessLicensePic=None, businessDesc=None, workAddress=None, contracter=None, tel=None, email=None, region=None, settleTime=None, status=None, reason=None, distributorLevel=None, distributorType=None, parentPin=None, parentDistributorId=None, parentDistributorName=None, dept=None, returnFlag=None, returnPolicyId=None, circleType=None, subFlag=None, subReturnFlag=None, subReturnPolicyId=None, subCircleType=None, erp=None, settleTimeBegin=None, settleTimeEnd=None, pageIndex=None, pageSize=None, offset=None):
"""
:param distributorId: (Optional) 渠道商ID
:param distributorName: (Optional) 渠道商名称
:param pin: (Optional) pin
:param loginName: (Optional) 帐户名
:param contractNo: (Optional) 合同编号
:param businessLicense: (Optional) 营业执照号
:param legalRepresentative: (Optional) 法定代表人
:param businessLicensePic: (Optional) 营业执照图片
:param businessDesc: (Optional) 主营业务描述
:param workAddress: (Optional) 办公地址
:param contracter: (Optional) 联系人姓名
:param tel: (Optional) 联系人电话
:param email: (Optional) 邮箱
:param region: (Optional) 所属地域
:param settleTime: (Optional) 入驻日期(一级渠道商手工录入、二级渠道商审批通过日期)
:param status: (Optional) 状态(0 审批中、2驳回、1 已入驻、3已停止合作)
:param reason: (Optional) 驳回原因
:param distributorLevel: (Optional) 级次(0一级、1 二级)
:param distributorType: (Optional) 渠道商类型(0合作伙伴、1 渠道代理)
:param parentPin: (Optional) 上级渠道商pin
:param parentDistributorId: (Optional) 上级渠道商ID
:param parentDistributorName: (Optional) 上级渠道商名称
:param dept: (Optional) 所属部门(0企业线、1政府线)
:param returnFlag: (Optional) 是否需要返还(0需要1不需要)
:param returnPolicyId: (Optional) 返还政策ID
:param circleType: (Optional) 结算周期类型(1月、2季度、3年、4天、5周)
:param subFlag: (Optional) 是否有下级服务商(0有1不没有)
:param subReturnFlag: (Optional) 下级服务商是否需要返还(0需要1不需要)
:param subReturnPolicyId: (Optional) 下级服务商返还政策ID
:param subCircleType: (Optional) 结算周期类型(1月、2季度、3年、4天、5周)
:param erp: (Optional) 京东云负责人(京东云人员erp或名称)
:param settleTimeBegin: (Optional) 入驻条件开始日期
:param settleTimeEnd: (Optional) 入驻条件结束日期
:param pageIndex: (Optional) 当前页序号
:param pageSize: (Optional) 每页结果数量
:param offset: (Optional)
"""
self.distributorId = distributorId
self.distributorName = distributorName
self.pin = pin
self.loginName = loginName
self.contractNo = contractNo
self.businessLicense = businessLicense
self.legalRepresentative = legalRepresentative
self.businessLicensePic = businessLicensePic
self.businessDesc = businessDesc
self.workAddress = workAddress
self.contracter = contracter
self.tel = tel
self.email = email
self.region = region
self.settleTime = settleTime
self.status = status
self.reason = reason
self.distributorLevel = distributorLevel
self.distributorType = distributorType
self.parentPin = parentPin
self.parentDistributorId = parentDistributorId
self.parentDistributorName = parentDistributorName
self.dept = dept
self.returnFlag = returnFlag
self.returnPolicyId = returnPolicyId
self.circleType = circleType
self.subFlag = subFlag
self.subReturnFlag = subReturnFlag
self.subReturnPolicyId = subReturnPolicyId
self.subCircleType = subCircleType
self.erp = erp
self.settleTimeBegin = settleTimeBegin
self.settleTimeEnd = settleTimeEnd
self.pageIndex = pageIndex
self.pageSize = pageSize
self.offset = offset