Package | Description |
---|---|
com.tencentcloudapi.teo.v20220901.models |
Modifier and Type | Method and Description |
---|---|
TimingDataRecord[] |
DescribeTimingL4DataResponse.getData()
Get The list of L4 traffic data recorded over time.
|
TimingDataRecord[] |
DescribeOverviewL7DataResponse.getData()
Get The list of L7 traffic summary statistics recorded over time.
|
TimingDataRecord[] |
DescribeTimingL7AnalysisDataResponse.getData()
Get The list of L7 traffic data recorded over time.
|
TimingDataRecord[] |
DescribeTimingL7CacheDataResponse.getData()
Get The list of cached L7 time-series data.
|
TimingDataRecord[] |
DescribeTimingL7SourceDataResponse.getTimingDataRecords()
Get List of time series traffic data.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTimingL4DataResponse.setData(TimingDataRecord[] Data)
Set The list of L4 traffic data recorded over time.
|
void |
DescribeOverviewL7DataResponse.setData(TimingDataRecord[] Data)
Set The list of L7 traffic summary statistics recorded over time.
|
void |
DescribeTimingL7AnalysisDataResponse.setData(TimingDataRecord[] Data)
Set The list of L7 traffic data recorded over time.
|
void |
DescribeTimingL7CacheDataResponse.setData(TimingDataRecord[] Data)
Set The list of cached L7 time-series data.
|
void |
DescribeTimingL7SourceDataResponse.setTimingDataRecords(TimingDataRecord[] TimingDataRecords)
Set List of time series traffic data.
|
Constructor and Description |
---|
TimingDataRecord(TimingDataRecord source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.