com.volcengine.model.imagex.data.DescribeImageXCdnSuccessRateAllReq Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
package com.volcengine.model.imagex.data;
import com.alibaba.fastjson.annotation.JSONField;
import lombok.Data;
import java.util.List;
@Data
public class DescribeImageXCdnSuccessRateAllReq {
@JSONField(name = "Appid")
private String appid;
@JSONField(name = "AppVer")
private List appVer;
@JSONField(name = "OS")
private String os;
@JSONField(name = "SdkVer")
private List sdkVer;
@JSONField(name = "Country")
private String country;
@JSONField(name = "Province")
private String province;
@JSONField(name = "Isp")
private List isp;
@JSONField(name = "Domain")
private List domain;
@JSONField(name = "ImageType")
private List imageType;
@JSONField(name = "ExtraDims")
private List extraDims;
@JSONField(name = "GroupBy")
private String groupBy;
@JSONField(name = "StartTime")
private String startTime;
@JSONField(name = "EndTime")
private String endTime;
@JSONField(name = "OrderBy")
private String orderBy;
@JSONField(name = "OrderAsc")
private Boolean orderAsc;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy