All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyuncs.finmall.model.v20180723.SaveAuthenticationInfoRequest Maven / Gradle / Ivy

Go to download

Aliyun Open API SDK for Java Copyright (C) Alibaba Cloud Computing All rights reserved. 版权所有 (C)阿里云计算有限公司 http://www.aliyun.com

The newest version!
/*
 * 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.
 */

package com.aliyuncs.finmall.model.v20180723;

import com.aliyuncs.RpcAcsRequest;

/**
 * @author auto create
 * @version 
 */
public class SaveAuthenticationInfoRequest extends RpcAcsRequest {
	
	public SaveAuthenticationInfoRequest() {
		super("finmall", "2018-07-23", "SaveAuthenticationInfo", "finmall");
	}

	private String idCardNumber;

	private String address;

	private String employeeEmail;

	private String employeePhoneNumber;

	private String phoneNumber;

	private String businessLicense;

	private String legalPersonName;

	private String enterpriseName;

	private String authenticateType;

	private String userId;

	private String zhimaReturnUrl;

	private String bankCard;

	private String email;

	private String employeeName;

	private String employeeIdCardNumber;

	public String getIdCardNumber() {
		return this.idCardNumber;
	}

	public void setIdCardNumber(String idCardNumber) {
		this.idCardNumber = idCardNumber;
		if(idCardNumber != null){
			putQueryParameter("IdCardNumber", idCardNumber);
		}
	}

	public String getAddress() {
		return this.address;
	}

	public void setAddress(String address) {
		this.address = address;
		if(address != null){
			putQueryParameter("Address", address);
		}
	}

	public String getEmployeeEmail() {
		return this.employeeEmail;
	}

	public void setEmployeeEmail(String employeeEmail) {
		this.employeeEmail = employeeEmail;
		if(employeeEmail != null){
			putQueryParameter("EmployeeEmail", employeeEmail);
		}
	}

	public String getEmployeePhoneNumber() {
		return this.employeePhoneNumber;
	}

	public void setEmployeePhoneNumber(String employeePhoneNumber) {
		this.employeePhoneNumber = employeePhoneNumber;
		if(employeePhoneNumber != null){
			putQueryParameter("EmployeePhoneNumber", employeePhoneNumber);
		}
	}

	public String getPhoneNumber() {
		return this.phoneNumber;
	}

	public void setPhoneNumber(String phoneNumber) {
		this.phoneNumber = phoneNumber;
		if(phoneNumber != null){
			putQueryParameter("PhoneNumber", phoneNumber);
		}
	}

	public String getBusinessLicense() {
		return this.businessLicense;
	}

	public void setBusinessLicense(String businessLicense) {
		this.businessLicense = businessLicense;
		if(businessLicense != null){
			putQueryParameter("BusinessLicense", businessLicense);
		}
	}

	public String getLegalPersonName() {
		return this.legalPersonName;
	}

	public void setLegalPersonName(String legalPersonName) {
		this.legalPersonName = legalPersonName;
		if(legalPersonName != null){
			putQueryParameter("LegalPersonName", legalPersonName);
		}
	}

	public String getEnterpriseName() {
		return this.enterpriseName;
	}

	public void setEnterpriseName(String enterpriseName) {
		this.enterpriseName = enterpriseName;
		if(enterpriseName != null){
			putQueryParameter("EnterpriseName", enterpriseName);
		}
	}

	public String getAuthenticateType() {
		return this.authenticateType;
	}

	public void setAuthenticateType(String authenticateType) {
		this.authenticateType = authenticateType;
		if(authenticateType != null){
			putQueryParameter("AuthenticateType", authenticateType);
		}
	}

	public String getUserId() {
		return this.userId;
	}

	public void setUserId(String userId) {
		this.userId = userId;
		if(userId != null){
			putQueryParameter("UserId", userId);
		}
	}

	public String getZhimaReturnUrl() {
		return this.zhimaReturnUrl;
	}

	public void setZhimaReturnUrl(String zhimaReturnUrl) {
		this.zhimaReturnUrl = zhimaReturnUrl;
		if(zhimaReturnUrl != null){
			putQueryParameter("ZhimaReturnUrl", zhimaReturnUrl);
		}
	}

	public String getBankCard() {
		return this.bankCard;
	}

	public void setBankCard(String bankCard) {
		this.bankCard = bankCard;
		if(bankCard != null){
			putQueryParameter("BankCard", bankCard);
		}
	}

	public String getEmail() {
		return this.email;
	}

	public void setEmail(String email) {
		this.email = email;
		if(email != null){
			putQueryParameter("Email", email);
		}
	}

	public String getEmployeeName() {
		return this.employeeName;
	}

	public void setEmployeeName(String employeeName) {
		this.employeeName = employeeName;
		if(employeeName != null){
			putQueryParameter("EmployeeName", employeeName);
		}
	}

	public String getEmployeeIdCardNumber() {
		return this.employeeIdCardNumber;
	}

	public void setEmployeeIdCardNumber(String employeeIdCardNumber) {
		this.employeeIdCardNumber = employeeIdCardNumber;
		if(employeeIdCardNumber != null){
			putQueryParameter("EmployeeIdCardNumber", employeeIdCardNumber);
		}
	}

	@Override
	public Class getResponseClass() {
		return SaveAuthenticationInfoResponse.class;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy