com.alipay.api.domain.AlipayDataAiserviceCloudbusScheduletaskshiftQueryModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alipay-sdk-java Show documentation
Show all versions of alipay-sdk-java Show documentation
Alipay openapi SDK for Java
Copyright © 2018 杭州蚂蚁金服
All rights reserved.
版权所有 (C)杭州蚂蚁金服
http://open.alipay.com
package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 排班调度--轮班任务查询
*
* @author auto create
* @since 1.0, 2020-10-21 10:37:03
*/
public class AlipayDataAiserviceCloudbusScheduletaskshiftQueryModel extends AlipayObject {
private static final long serialVersionUID = 1184125252627149756L;
/**
* 接口版本号
*/
@ApiField("app_version")
private String appVersion;
/**
* 任务id
*/
@ApiField("plan_id")
private String planId;
public String getAppVersion() {
return this.appVersion;
}
public void setAppVersion(String appVersion) {
this.appVersion = appVersion;
}
public String getPlanId() {
return this.planId;
}
public void setPlanId(String planId) {
this.planId = planId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy