|
@@ -56,67 +56,53 @@ public class VdsDtctTfvlHourDto {
|
|
|
@JsonProperty("avg_tfvl")
|
|
|
private int AVGTFVL;
|
|
|
|
|
|
- @JsonProperty("c01") @ApiModelProperty("01일")
|
|
|
+ @JsonProperty("c00") @ApiModelProperty("00시")
|
|
|
+ private int C00; // 00시
|
|
|
+ @JsonProperty("c01") @ApiModelProperty("01시")
|
|
|
private int C01; // 01시, 01일
|
|
|
- @JsonProperty("c02") @ApiModelProperty("02일")
|
|
|
+ @JsonProperty("c02") @ApiModelProperty("02시")
|
|
|
private int C02; // 02시, 02일
|
|
|
- @JsonProperty("c03") @ApiModelProperty("03일")
|
|
|
+ @JsonProperty("c03") @ApiModelProperty("03시")
|
|
|
private int C03; // 03시, 03일
|
|
|
- @JsonProperty("c04") @ApiModelProperty("04일")
|
|
|
+ @JsonProperty("c04") @ApiModelProperty("04시")
|
|
|
private int C04; // 04시, 04일
|
|
|
- @JsonProperty("c05") @ApiModelProperty("05일")
|
|
|
+ @JsonProperty("c05") @ApiModelProperty("05시")
|
|
|
private int C05; // 05시, 05일
|
|
|
- @JsonProperty("c06") @ApiModelProperty("06일")
|
|
|
+ @JsonProperty("c06") @ApiModelProperty("06시")
|
|
|
private int C06; // 06시, 06일
|
|
|
- @JsonProperty("c07") @ApiModelProperty("07일")
|
|
|
+ @JsonProperty("c07") @ApiModelProperty("07시")
|
|
|
private int C07; // 07시, 07일
|
|
|
- @JsonProperty("c08") @ApiModelProperty("08일")
|
|
|
+ @JsonProperty("c08") @ApiModelProperty("08시")
|
|
|
private int C08; // 08시, 08일
|
|
|
- @JsonProperty("c09") @ApiModelProperty("09일")
|
|
|
+ @JsonProperty("c09") @ApiModelProperty("09시")
|
|
|
private int C09; // 09시, 09일
|
|
|
- @JsonProperty("c10") @ApiModelProperty("10일")
|
|
|
+ @JsonProperty("c10") @ApiModelProperty("10시")
|
|
|
private int C10; // 10시, 10일
|
|
|
- @JsonProperty("c11") @ApiModelProperty("11일")
|
|
|
+ @JsonProperty("c11") @ApiModelProperty("11시")
|
|
|
private int C11; // 11시, 11일
|
|
|
- @JsonProperty("c12") @ApiModelProperty("12일")
|
|
|
+ @JsonProperty("c12") @ApiModelProperty("12시")
|
|
|
private int C12; // 12시, 12일
|
|
|
- @JsonProperty("c13") @ApiModelProperty("13일")
|
|
|
+ @JsonProperty("c13") @ApiModelProperty("13시")
|
|
|
private int C13; // 13시, 13일
|
|
|
- @JsonProperty("c14") @ApiModelProperty("14일")
|
|
|
+ @JsonProperty("c14") @ApiModelProperty("14시")
|
|
|
private int C14; // 14시, 14일
|
|
|
- @JsonProperty("c15") @ApiModelProperty("15일")
|
|
|
+ @JsonProperty("c15") @ApiModelProperty("15시")
|
|
|
private int C15; // 15시, 15일
|
|
|
- @JsonProperty("c16") @ApiModelProperty("16일")
|
|
|
+ @JsonProperty("c16") @ApiModelProperty("16시")
|
|
|
private int C16; // 16시, 16일
|
|
|
- @JsonProperty("c17") @ApiModelProperty("17일")
|
|
|
+ @JsonProperty("c17") @ApiModelProperty("17시")
|
|
|
private int C17; // 17시, 17일
|
|
|
- @JsonProperty("c18") @ApiModelProperty("18일")
|
|
|
+ @JsonProperty("c18") @ApiModelProperty("18시")
|
|
|
private int C18; // 18시, 18일
|
|
|
- @JsonProperty("c19") @ApiModelProperty("19일")
|
|
|
+ @JsonProperty("c19") @ApiModelProperty("19시")
|
|
|
private int C19; // 19시, 19일
|
|
|
- @JsonProperty("c20") @ApiModelProperty("20일")
|
|
|
+ @JsonProperty("c20") @ApiModelProperty("20시")
|
|
|
private int C20; // 20시, 20일
|
|
|
- @JsonProperty("c21") @ApiModelProperty("21일")
|
|
|
+ @JsonProperty("c21") @ApiModelProperty("21시")
|
|
|
private int C21; // 21시, 21일
|
|
|
- @JsonProperty("c22") @ApiModelProperty("22일")
|
|
|
+ @JsonProperty("c22") @ApiModelProperty("22시")
|
|
|
private int C22; // 22시, 22일
|
|
|
- @JsonProperty("c23") @ApiModelProperty("23일")
|
|
|
+ @JsonProperty("c23") @ApiModelProperty("23시")
|
|
|
private int C23; // 23시, 23일
|
|
|
- @JsonProperty("c24") @ApiModelProperty("24일")
|
|
|
- private int C24; // 24일
|
|
|
- @JsonProperty("c25") @ApiModelProperty("25일")
|
|
|
- private int C25; // 25일
|
|
|
- @JsonProperty("c26") @ApiModelProperty("26일")
|
|
|
- private int C26; // 26일
|
|
|
- @JsonProperty("c27") @ApiModelProperty("27일")
|
|
|
- private int C27; // 27일
|
|
|
- @JsonProperty("c28") @ApiModelProperty("28일")
|
|
|
- private int C28; // 28일
|
|
|
- @JsonProperty("c29") @ApiModelProperty("29일")
|
|
|
- private int C29; // 29일
|
|
|
- @JsonProperty("c30") @ApiModelProperty("30일")
|
|
|
- private int C30; // 30일
|
|
|
- @JsonProperty("c31") @ApiModelProperty("31일")
|
|
|
- private int C31; // 31일
|
|
|
|
|
|
}
|