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

com.volcengine.model.imagex.GetUrlFetchTaskResponse Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.imagex;

import com.alibaba.fastjson.annotation.JSONField;
import lombok.Data;

@Data
public class GetUrlFetchTaskResponse {
    @JSONField(name = "Id")
    String Id;
    @JSONField(name = "Status")
    String Status;
    @JSONField(name = "Url")
    String Url;
    @JSONField(name = "StoreUri")
    String StoreUri;
    @JSONField(name = "Callback")
    String Callback;
    @JSONField(name = "CallbackBody")
    String CallbackBody;
    @JSONField(name = "CallbackBodyType")
    String CallbackBodyType;
    @JSONField(name = "Err")
    String Err;
    @JSONField(name = "Code")
    String Code;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy