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

com.aliyun.dytnsapi20200217.models.GetUAIDApplyTokenSignRequest Maven / Gradle / Ivy

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

import com.aliyun.tea.*;

public class GetUAIDApplyTokenSignRequest extends TeaModel {
    @NameInMap("AuthCode")
    public String authCode;

    @NameInMap("Carrier")
    public String carrier;

    @NameInMap("ClientType")
    public String clientType;

    @NameInMap("Format")
    public String format;

    @NameInMap("OutId")
    public String outId;

    @NameInMap("OwnerId")
    public Long ownerId;

    @NameInMap("ParamKey")
    public String paramKey;

    @NameInMap("ParamStr")
    public String paramStr;

    @NameInMap("ResourceOwnerAccount")
    public String resourceOwnerAccount;

    @NameInMap("ResourceOwnerId")
    public Long resourceOwnerId;

    @NameInMap("Time")
    public String time;

    public static GetUAIDApplyTokenSignRequest build(java.util.Map map) throws Exception {
        GetUAIDApplyTokenSignRequest self = new GetUAIDApplyTokenSignRequest();
        return TeaModel.build(map, self);
    }

    public GetUAIDApplyTokenSignRequest setAuthCode(String authCode) {
        this.authCode = authCode;
        return this;
    }
    public String getAuthCode() {
        return this.authCode;
    }

    public GetUAIDApplyTokenSignRequest setCarrier(String carrier) {
        this.carrier = carrier;
        return this;
    }
    public String getCarrier() {
        return this.carrier;
    }

    public GetUAIDApplyTokenSignRequest setClientType(String clientType) {
        this.clientType = clientType;
        return this;
    }
    public String getClientType() {
        return this.clientType;
    }

    public GetUAIDApplyTokenSignRequest setFormat(String format) {
        this.format = format;
        return this;
    }
    public String getFormat() {
        return this.format;
    }

    public GetUAIDApplyTokenSignRequest setOutId(String outId) {
        this.outId = outId;
        return this;
    }
    public String getOutId() {
        return this.outId;
    }

    public GetUAIDApplyTokenSignRequest setOwnerId(Long ownerId) {
        this.ownerId = ownerId;
        return this;
    }
    public Long getOwnerId() {
        return this.ownerId;
    }

    public GetUAIDApplyTokenSignRequest setParamKey(String paramKey) {
        this.paramKey = paramKey;
        return this;
    }
    public String getParamKey() {
        return this.paramKey;
    }

    public GetUAIDApplyTokenSignRequest setParamStr(String paramStr) {
        this.paramStr = paramStr;
        return this;
    }
    public String getParamStr() {
        return this.paramStr;
    }

    public GetUAIDApplyTokenSignRequest setResourceOwnerAccount(String resourceOwnerAccount) {
        this.resourceOwnerAccount = resourceOwnerAccount;
        return this;
    }
    public String getResourceOwnerAccount() {
        return this.resourceOwnerAccount;
    }

    public GetUAIDApplyTokenSignRequest setResourceOwnerId(Long resourceOwnerId) {
        this.resourceOwnerId = resourceOwnerId;
        return this;
    }
    public Long getResourceOwnerId() {
        return this.resourceOwnerId;
    }

    public GetUAIDApplyTokenSignRequest setTime(String time) {
        this.time = time;
        return this;
    }
    public String getTime() {
        return this.time;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy