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

com.aliyun.dingtalkoccupationauth_1_0.models.CheckUserTaskStatusRequest 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.dingtalkoccupationauth_1_0.models;

import com.aliyun.tea.*;

public class CheckUserTaskStatusRequest extends TeaModel {
    /**
     * 

This parameter is required.

*/ @NameInMap("provinceCode") public String provinceCode; public static CheckUserTaskStatusRequest build(java.util.Map map) throws Exception { CheckUserTaskStatusRequest self = new CheckUserTaskStatusRequest(); return TeaModel.build(map, self); } public CheckUserTaskStatusRequest setProvinceCode(String provinceCode) { this.provinceCode = provinceCode; return this; } public String getProvinceCode() { return this.provinceCode; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy