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

com.aliyun.dingtalkats_1_0.models.GetFlowIdByRelationEntityIdResponseBody Maven / Gradle / Ivy

There is a newer version: 2.1.30
Show newest version
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkats_1_0.models;

import com.aliyun.tea.*;

public class GetFlowIdByRelationEntityIdResponseBody extends TeaModel {
    // 招聘流程标识
    @NameInMap("flowId")
    public String flowId;

    public static GetFlowIdByRelationEntityIdResponseBody build(java.util.Map map) throws Exception {
        GetFlowIdByRelationEntityIdResponseBody self = new GetFlowIdByRelationEntityIdResponseBody();
        return TeaModel.build(map, self);
    }

    public GetFlowIdByRelationEntityIdResponseBody setFlowId(String flowId) {
        this.flowId = flowId;
        return this;
    }
    public String getFlowId() {
        return this.flowId;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy