com.alipay.api.response.AlipayDigitalmgmtHrcominsuInsuclaimAttachmentQueryResponse 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.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.digitalmgmt.hrcominsu.insuclaim.attachment.query response.
*
* @author auto create
* @since 1.0, 2023-07-28 17:52:00
*/
public class AlipayDigitalmgmtHrcominsuInsuclaimAttachmentQueryResponse extends AlipayResponse {
private static final long serialVersionUID = 3531771567527943466L;
/**
* attachment_stream+不唯一+供应商获取理赔附件+枚举值(无)+员工申请理赔+特殊说明(无)
*/
@ApiField("attachment_stream")
private String attachmentStream;
public void setAttachmentStream(String attachmentStream) {
this.attachmentStream = attachmentStream;
}
public String getAttachmentStream( ) {
return this.attachmentStream;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy