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

com.aliyun.dingtalkevent_1_0.models.GetCallBackFaileResultRequest Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class GetCallBackFaileResultRequest extends TeaModel {
    /**
     * example:
     * 

1606126433000

*/ @NameInMap("beginTime") public Long beginTime; /** * example: *

1606126493000

*/ @NameInMap("endTime") public Long endTime; public static GetCallBackFaileResultRequest build(java.util.Map map) throws Exception { GetCallBackFaileResultRequest self = new GetCallBackFaileResultRequest(); return TeaModel.build(map, self); } public GetCallBackFaileResultRequest setBeginTime(Long beginTime) { this.beginTime = beginTime; return this; } public Long getBeginTime() { return this.beginTime; } public GetCallBackFaileResultRequest setEndTime(Long endTime) { this.endTime = endTime; return this; } public Long getEndTime() { return this.endTime; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy