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

cn.jiguang.sdk.bean.image.ImageFileUpdateParam Maven / Gradle / Ivy

There is a newer version: 5.1.11
Show newest version
package cn.jiguang.sdk.bean.image;

import com.fasterxml.jackson.annotation.JsonInclude;
import feign.form.FormProperty;
import lombok.Data;

import java.io.File;

@Data
public class ImageFileUpdateParam {

    @FormProperty("xiaomi_file")
    @JsonInclude(JsonInclude.Include.NON_NULL)
    private File xiaomiImageFile;

    @FormProperty("oppo_file")
    @JsonInclude(JsonInclude.Include.NON_NULL)
    private File oppoImageFile;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy