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

com.aliyun.dingtalkexclusive_1_0.models.GetPublicDevicesRequest 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.dingtalkexclusive_1_0.models;

import com.aliyun.tea.*;

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

1671767361000

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

88:66:5a:07:2b:04

*/ @NameInMap("macAddress") public String macAddress; /** * example: *

1

*/ @NameInMap("pageNumber") public Integer pageNumber; /** * example: *

100

*/ @NameInMap("pageSize") public Integer pageSize; /** * example: *

Mac

*/ @NameInMap("platform") public String platform; /** * example: *

1671767361000

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

这是标题

*/ @NameInMap("title") public String title; public static GetPublicDevicesRequest build(java.util.Map map) throws Exception { GetPublicDevicesRequest self = new GetPublicDevicesRequest(); return TeaModel.build(map, self); } public GetPublicDevicesRequest setEndTime(Long endTime) { this.endTime = endTime; return this; } public Long getEndTime() { return this.endTime; } public GetPublicDevicesRequest setMacAddress(String macAddress) { this.macAddress = macAddress; return this; } public String getMacAddress() { return this.macAddress; } public GetPublicDevicesRequest setPageNumber(Integer pageNumber) { this.pageNumber = pageNumber; return this; } public Integer getPageNumber() { return this.pageNumber; } public GetPublicDevicesRequest setPageSize(Integer pageSize) { this.pageSize = pageSize; return this; } public Integer getPageSize() { return this.pageSize; } public GetPublicDevicesRequest setPlatform(String platform) { this.platform = platform; return this; } public String getPlatform() { return this.platform; } public GetPublicDevicesRequest setStartTime(Long startTime) { this.startTime = startTime; return this; } public Long getStartTime() { return this.startTime; } public GetPublicDevicesRequest setTitle(String title) { this.title = title; return this; } public String getTitle() { return this.title; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy