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

com.aliyun.dingtalkservice_group_1_0.models.CloseHumanSessionResponseBody Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class CloseHumanSessionResponseBody extends TeaModel {
    /**
     * 

This parameter is required.

*/ @NameInMap("sessionId") public Long sessionId; public static CloseHumanSessionResponseBody build(java.util.Map map) throws Exception { CloseHumanSessionResponseBody self = new CloseHumanSessionResponseBody(); return TeaModel.build(map, self); } public CloseHumanSessionResponseBody setSessionId(Long sessionId) { this.sessionId = sessionId; return this; } public Long getSessionId() { return this.sessionId; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy