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

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

package com.alipay.api.response;

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

import com.alipay.api.AlipayResponse;

/**
 * ALIPAY API: alipay.ins.scene.petprofile.platformprofile.create response.
 * 
 * @author auto create
 * @since 1.0, 2022-03-28 16:51:03
 */
public class AlipayInsScenePetprofilePlatformprofileCreateResponse extends AlipayResponse {

	private static final long serialVersionUID = 8636664418923759451L;

	/** 
	 * 宠物ID,唯一标记一份档案。
	 */
	@ApiField("pet_id")
	private String petId;

	public void setPetId(String petId) {
		this.petId = petId;
	}
	public String getPetId( ) {
		return this.petId;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy