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

com.aliyun.videoenhan20200320.models.AddFaceVideoTemplateRequest Maven / Gradle / Ivy

Go to download

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

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

import com.aliyun.tea.*;

public class AddFaceVideoTemplateRequest extends TeaModel {
    @NameInMap("VideoURL")
    public String videoURL;

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

    public AddFaceVideoTemplateRequest setVideoURL(String videoURL) {
        this.videoURL = videoURL;
        return this;
    }
    public String getVideoURL() {
        return this.videoURL;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy