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

ksyun.client.klog.createchart.v20200731.CreateChartRequest Maven / Gradle / Ivy

Go to download

The KSYUN Web Services SDK for Java provides Java APIs for building software on KSYUN' cost-effective, scalable, and reliable infrastructure products. The KSYUN Java SDK allows developers to code against APIs for all of KSYUN's infrastructure web services (KSC S3, KSC KEC, KSC RDS etc).

There is a newer version: 1.7.3
Show newest version
package ksyun.client.klog.createchart.v20200731;

import common.annotation.KsYunField;
import lombok.Builder;
import lombok.Data;
import lombok.ToString;

import java.util.List;
import java.util.Arrays;

/**
* @Classname CreateChartRequest
* @Description 请求参数
*/
@Data
public class CreateChartRequest{
    /**仪表盘ID*/
    @KsYunField(name="DashboardId")
    private String DashboardId;

    /**图表名称*/
    @KsYunField(name="ChartName")
    private String ChartName;

    /**图表类型,line,table*/
    @KsYunField(name="ChartType")
    private String ChartType;

    /**查询主体*/
    @KsYunField(name="Search")
    private String Search;

    /**展示参数*/
    @KsYunField(name="Display")
    private String Display;

    /**日志池名称*/
    @KsYunField(name="LogPoolName")
    private String LogPoolName;

    /**查询数据的时间范围*/
    @KsYunField(name="TimeRange")
    private String TimeRange;

    /**查询语句*/
    @KsYunField(name="Query")
    private String Query;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy