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

com.aliyun.ice20201109.models.ListSmartSysAvatarModelsRequest Maven / Gradle / Ivy

// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ice20201109.models;

import com.aliyun.tea.*;

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

1

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

10

*/ @NameInMap("PageSize") public Long pageSize; @NameInMap("SdkVersion") public String sdkVersion; public static ListSmartSysAvatarModelsRequest build(java.util.Map map) throws Exception { ListSmartSysAvatarModelsRequest self = new ListSmartSysAvatarModelsRequest(); return TeaModel.build(map, self); } public ListSmartSysAvatarModelsRequest setPageNo(Long pageNo) { this.pageNo = pageNo; return this; } public Long getPageNo() { return this.pageNo; } public ListSmartSysAvatarModelsRequest setPageSize(Long pageSize) { this.pageSize = pageSize; return this; } public Long getPageSize() { return this.pageSize; } public ListSmartSysAvatarModelsRequest setSdkVersion(String sdkVersion) { this.sdkVersion = sdkVersion; return this; } public String getSdkVersion() { return this.sdkVersion; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy