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

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

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

import com.aliyun.tea.*;

public class GetAvatarRequest extends TeaModel {
    /**
     * 
    *
  • The ID of the digital human.
  • *
*

This parameter is required.

* * example: *

Avatar-XXXX

*/ @NameInMap("AvatarId") public String avatarId; public static GetAvatarRequest build(java.util.Map map) throws Exception { GetAvatarRequest self = new GetAvatarRequest(); return TeaModel.build(map, self); } public GetAvatarRequest setAvatarId(String avatarId) { this.avatarId = avatarId; return this; } public String getAvatarId() { return this.avatarId; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy