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

com.aliyun.dyvmsapi20170525.models.GetHotlineQualificationByOrderRequest Maven / Gradle / Ivy

Go to download

Aliyun DYSMSAPI SDK for Java Copyright (C) Alibaba Cloud Computing All rights reserved. 版权所有 (C)阿里云计算有限公司 http://www.aliyun.com

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

import com.aliyun.tea.*;

public class GetHotlineQualificationByOrderRequest extends TeaModel {
    /**
     * 

The ticket ID.

*
*

You can log on to the [Voice Messaging Service console](https://dyvms.console.aliyun.com/overview/home), choose **Qualification\&Communication Script Management** > **Qualification Management**, and then click the **400 Qualifications** tab to view the ticket ID.

*/ @NameInMap("OrderId") public String orderId; @NameInMap("OwnerId") public Long ownerId; @NameInMap("ResourceOwnerAccount") public String resourceOwnerAccount; @NameInMap("ResourceOwnerId") public Long resourceOwnerId; public static GetHotlineQualificationByOrderRequest build(java.util.Map map) throws Exception { GetHotlineQualificationByOrderRequest self = new GetHotlineQualificationByOrderRequest(); return TeaModel.build(map, self); } public GetHotlineQualificationByOrderRequest setOrderId(String orderId) { this.orderId = orderId; return this; } public String getOrderId() { return this.orderId; } public GetHotlineQualificationByOrderRequest setOwnerId(Long ownerId) { this.ownerId = ownerId; return this; } public Long getOwnerId() { return this.ownerId; } public GetHotlineQualificationByOrderRequest setResourceOwnerAccount(String resourceOwnerAccount) { this.resourceOwnerAccount = resourceOwnerAccount; return this; } public String getResourceOwnerAccount() { return this.resourceOwnerAccount; } public GetHotlineQualificationByOrderRequest setResourceOwnerId(Long resourceOwnerId) { this.resourceOwnerId = resourceOwnerId; return this; } public Long getResourceOwnerId() { return this.resourceOwnerId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy