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

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

Go to download

Alipay openapi SDK for Java Copyright © 2018 杭州蚂蚁金服 All rights reserved. 版权所有 (C)杭州蚂蚁金服 http://open.alipay.com

There is a newer version: 4.40.21.ALL
Show newest version
package com.alipay.api.domain;

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

/**
 * 恢复投放计划
 *
 * @author auto create
 * @since 1.0, 2023-05-04 11:29:08
 */
public class DatadigitalFincloudFinsaasPutplanRecoverModel extends AlipayObject {

	private static final long serialVersionUID = 1219259557485426378L;

	/**
	 * 操作人 id
	 */
	@ApiField("operator_id")
	private String operatorId;

	/**
	 * 投放计划主键 id
	 */
	@ApiField("put_plan_id")
	private Long putPlanId;

	/**
	 * 租户 code
	 */
	@ApiField("tenant_code")
	private String tenantCode;

	public String getOperatorId() {
		return this.operatorId;
	}
	public void setOperatorId(String operatorId) {
		this.operatorId = operatorId;
	}

	public Long getPutPlanId() {
		return this.putPlanId;
	}
	public void setPutPlanId(Long putPlanId) {
		this.putPlanId = putPlanId;
	}

	public String getTenantCode() {
		return this.tenantCode;
	}
	public void setTenantCode(String tenantCode) {
		this.tenantCode = tenantCode;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy