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

com.alipay.api.domain.AlipayCommercePetSpeciesQueryModel Maven / Gradle / Ivy

package com.alipay.api.domain;

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

/**
 * 查询宠物种类信息
 *
 * @author auto create
 * @since 1.0, 2024-09-03 15:50:50
 */
public class AlipayCommercePetSpeciesQueryModel extends AlipayObject {

	private static final long serialVersionUID = 3298126348311373827L;

	/**
	 * 宠物类型
	 */
	@ApiField("pet_type")
	private String petType;

	public String getPetType() {
		return this.petType;
	}
	public void setPetType(String petType) {
		this.petType = petType;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy