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

com.alipay.api.response.AnttechOceanbaseEntityroleHuaweimpQueryResponse Maven / Gradle / Ivy

package com.alipay.api.response;

import com.alipay.api.internal.mapping.ApiField;

import com.alipay.api.AlipayResponse;

/**
 * ALIPAY API: anttech.oceanbase.entityrole.huaweimp.query response.
 * 
 * @author auto create
 * @since 1.0, 2024-04-15 11:42:00
 */
public class AnttechOceanbaseEntityroleHuaweimpQueryResponse extends AlipayResponse {

	private static final long serialVersionUID = 4286833618651673613L;

	/** 
	 * 华为云客户名称
	 */
	@ApiField("customer_name")
	private String customerName;

	public void setCustomerName(String customerName) {
		this.customerName = customerName;
	}
	public String getCustomerName( ) {
		return this.customerName;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy