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

com.tencentcloudapi.mps.v20190612.models.QualityControlItemConfig Maven / Gradle / Ivy

There is a newer version: 3.0.1076
Show newest version
/*
 * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *    http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.tencentcloudapi.mps.v20190612.models;

import com.tencentcloudapi.common.AbstractModel;
import com.tencentcloudapi.common.SSEResponseModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;

public class QualityControlItemConfig extends AbstractModel {

    /**
    * Quality inspection item name. Valid values:
  • LowEvaluation: no-reference scoring.
  • Mosaic: mosaic detection.
  • CrashScreen: screen glitch detection.
  • VideoFreezedFrame: video freezing.
  • Blur: blur detection.
  • BlackWhiteEdge: black and white edges detection.
  • SolidColorScreen: solid color screen detection.
  • LowLighting: low light.
  • HighLighting: overexposure.
  • NoVoice: no voice detection.
  • LowVoice: low voice detection.
  • HighVoice: high voice detection.
  • Jitter: jitter detection.
  • Noise: noise detection.
  • QRCode: QR code detection.
  • BarCode: barcode detection.
  • AppletCode: mini program code detection.
  • VideoResolutionChanged: video resolution change.
  • AudioSampleRateChanged: audio sample rate change.
  • AudioChannelsChanged: audio channel quantity change.
  • ParameterSetsChanged: stream parameter set information change.
  • DarOrSarInvalid: video aspect ratio exception.
  • TimestampFallback: DTS timestamp rollback.
  • DtsJitter: DTS jitter too high.
  • PtsJitter: PTS jitter too high.
  • AACDurationDeviation: improper AAC frame timestamp interval.
  • AudioDroppingFrames: audio frame dropping.
  • VideoDroppingFrames: video frame dropping.
  • AVTimestampInterleave: improper audio-video interleaving.
  • PtsLessThanDts: PTS less than DTS for media streams.
  • ReceiveFpsJitter: significant jitter in the network receive frame rate.
  • ReceiveFpsTooSmall: network receive video frame rate too low.
  • FpsJitter: significant jitter in the stream frame rate calculated via PTS.
  • StreamOpenFailed: stream open failure.
  • StreamEnd: stream end.
  • StreamParseFailed: stream parsing failure.
  • VideoFirstFrameNotIdr: first frame not an IDR frame.
  • StreamNALUError: NALU start code error.
  • TsStreamNoAud: no AUD NALU in the H26x stream of MPEG-TS.
  • AudioStreamLack: no audio stream.
  • VideoStreamLack: no video stream.
  • LackAudioRecover: missing audio stream recovery.
  • LackVideoRecover: missing video stream recovery.
  • VideoBitrateOutofRange: video stream bitrate (kbps) out of range.
  • AudioBitrateOutofRange: audio stream bitrate (kbps) out of range.
  • VideoDecodeFailed: video decoding error.
  • AudioDecodeFailed: audio decoding error.
  • AudioOutOfPhase: opposite phase in dual-channel audio.
  • VideoDuplicatedFrame: duplicate frames in video streams.
  • AudioDuplicatedFrame: duplicate frames in audio streams.
  • VideoRotation: video rotation.
  • TsMultiPrograms: multiple programs in MPEG2-TS streams.
  • Mp4InvalidCodecFourcc: codec FourCC in MP4 not meeting Apple HLS requirements.
  • HLSBadM3u8Format: invalid M3U8 file.
  • HLSInvalidMasterM3u8: invalid main M3U8 file.
  • HLSInvalidMediaM3u8: invalid media M3U8 file.
  • HLSMasterM3u8Recommended: parameters recommended by standards missing in main M3U8.
  • HLSMediaM3u8Recommended: parameters recommended by standards missing in media M3U8.
  • HLSMediaM3u8DiscontinuityExist: EXT-X-DISCONTINUITY in media M3U8.
  • HLSMediaSegmentsStreamNumChange: changed number of streams in segments.
  • HLSMediaSegmentsPTSJitterDeviation: PTS jumps between segments without EXT-X-DISCONTINUITY.
  • HLSMediaSegmentsDTSJitterDeviation: DTS jumps between segments without EXT-X-DISCONTINUITY.
  • TimecodeTrackExist: TMCD track in MP4.
  • */ @SerializedName("Type") @Expose private String Type; /** * Capability configuration switch. Valid values:
  • ON: enabled;
  • OFF: disabled.
  • Default value: ON. Note: This field may return null, indicating that no valid values can be obtained. */ @SerializedName("Switch") @Expose private String Switch; /** * Sampling method, Valid value: - Time: sampling based on time interval. Note: This field may return null, indicating that no valid values can be obtained. */ @SerializedName("Sampling") @Expose private String Sampling; /** * Sampling interval time, in ms. Note: This field may return null, indicating that no valid values can be obtained. */ @SerializedName("IntervalTime") @Expose private Long IntervalTime; /** * Duration of abnormality, in ms. Note: This field may return null, indicating that no valid values can be obtained. */ @SerializedName("Duration") @Expose private Long Duration; /** * Threshold of a detection item. Different detection items have different thresholds. Note: This field may return null, indicating that no valid values can be obtained. */ @SerializedName("Threshold") @Expose private String Threshold; /** * Get Quality inspection item name. Valid values:
  • LowEvaluation: no-reference scoring.
  • Mosaic: mosaic detection.
  • CrashScreen: screen glitch detection.
  • VideoFreezedFrame: video freezing.
  • Blur: blur detection.
  • BlackWhiteEdge: black and white edges detection.
  • SolidColorScreen: solid color screen detection.
  • LowLighting: low light.
  • HighLighting: overexposure.
  • NoVoice: no voice detection.
  • LowVoice: low voice detection.
  • HighVoice: high voice detection.
  • Jitter: jitter detection.
  • Noise: noise detection.
  • QRCode: QR code detection.
  • BarCode: barcode detection.
  • AppletCode: mini program code detection.
  • VideoResolutionChanged: video resolution change.
  • AudioSampleRateChanged: audio sample rate change.
  • AudioChannelsChanged: audio channel quantity change.
  • ParameterSetsChanged: stream parameter set information change.
  • DarOrSarInvalid: video aspect ratio exception.
  • TimestampFallback: DTS timestamp rollback.
  • DtsJitter: DTS jitter too high.
  • PtsJitter: PTS jitter too high.
  • AACDurationDeviation: improper AAC frame timestamp interval.
  • AudioDroppingFrames: audio frame dropping.
  • VideoDroppingFrames: video frame dropping.
  • AVTimestampInterleave: improper audio-video interleaving.
  • PtsLessThanDts: PTS less than DTS for media streams.
  • ReceiveFpsJitter: significant jitter in the network receive frame rate.
  • ReceiveFpsTooSmall: network receive video frame rate too low.
  • FpsJitter: significant jitter in the stream frame rate calculated via PTS.
  • StreamOpenFailed: stream open failure.
  • StreamEnd: stream end.
  • StreamParseFailed: stream parsing failure.
  • VideoFirstFrameNotIdr: first frame not an IDR frame.
  • StreamNALUError: NALU start code error.
  • TsStreamNoAud: no AUD NALU in the H26x stream of MPEG-TS.
  • AudioStreamLack: no audio stream.
  • VideoStreamLack: no video stream.
  • LackAudioRecover: missing audio stream recovery.
  • LackVideoRecover: missing video stream recovery.
  • VideoBitrateOutofRange: video stream bitrate (kbps) out of range.
  • AudioBitrateOutofRange: audio stream bitrate (kbps) out of range.
  • VideoDecodeFailed: video decoding error.
  • AudioDecodeFailed: audio decoding error.
  • AudioOutOfPhase: opposite phase in dual-channel audio.
  • VideoDuplicatedFrame: duplicate frames in video streams.
  • AudioDuplicatedFrame: duplicate frames in audio streams.
  • VideoRotation: video rotation.
  • TsMultiPrograms: multiple programs in MPEG2-TS streams.
  • Mp4InvalidCodecFourcc: codec FourCC in MP4 not meeting Apple HLS requirements.
  • HLSBadM3u8Format: invalid M3U8 file.
  • HLSInvalidMasterM3u8: invalid main M3U8 file.
  • HLSInvalidMediaM3u8: invalid media M3U8 file.
  • HLSMasterM3u8Recommended: parameters recommended by standards missing in main M3U8.
  • HLSMediaM3u8Recommended: parameters recommended by standards missing in media M3U8.
  • HLSMediaM3u8DiscontinuityExist: EXT-X-DISCONTINUITY in media M3U8.
  • HLSMediaSegmentsStreamNumChange: changed number of streams in segments.
  • HLSMediaSegmentsPTSJitterDeviation: PTS jumps between segments without EXT-X-DISCONTINUITY.
  • HLSMediaSegmentsDTSJitterDeviation: DTS jumps between segments without EXT-X-DISCONTINUITY.
  • TimecodeTrackExist: TMCD track in MP4.
  • * @return Type Quality inspection item name. Valid values:
  • LowEvaluation: no-reference scoring.
  • Mosaic: mosaic detection.
  • CrashScreen: screen glitch detection.
  • VideoFreezedFrame: video freezing.
  • Blur: blur detection.
  • BlackWhiteEdge: black and white edges detection.
  • SolidColorScreen: solid color screen detection.
  • LowLighting: low light.
  • HighLighting: overexposure.
  • NoVoice: no voice detection.
  • LowVoice: low voice detection.
  • HighVoice: high voice detection.
  • Jitter: jitter detection.
  • Noise: noise detection.
  • QRCode: QR code detection.
  • BarCode: barcode detection.
  • AppletCode: mini program code detection.
  • VideoResolutionChanged: video resolution change.
  • AudioSampleRateChanged: audio sample rate change.
  • AudioChannelsChanged: audio channel quantity change.
  • ParameterSetsChanged: stream parameter set information change.
  • DarOrSarInvalid: video aspect ratio exception.
  • TimestampFallback: DTS timestamp rollback.
  • DtsJitter: DTS jitter too high.
  • PtsJitter: PTS jitter too high.
  • AACDurationDeviation: improper AAC frame timestamp interval.
  • AudioDroppingFrames: audio frame dropping.
  • VideoDroppingFrames: video frame dropping.
  • AVTimestampInterleave: improper audio-video interleaving.
  • PtsLessThanDts: PTS less than DTS for media streams.
  • ReceiveFpsJitter: significant jitter in the network receive frame rate.
  • ReceiveFpsTooSmall: network receive video frame rate too low.
  • FpsJitter: significant jitter in the stream frame rate calculated via PTS.
  • StreamOpenFailed: stream open failure.
  • StreamEnd: stream end.
  • StreamParseFailed: stream parsing failure.
  • VideoFirstFrameNotIdr: first frame not an IDR frame.
  • StreamNALUError: NALU start code error.
  • TsStreamNoAud: no AUD NALU in the H26x stream of MPEG-TS.
  • AudioStreamLack: no audio stream.
  • VideoStreamLack: no video stream.
  • LackAudioRecover: missing audio stream recovery.
  • LackVideoRecover: missing video stream recovery.
  • VideoBitrateOutofRange: video stream bitrate (kbps) out of range.
  • AudioBitrateOutofRange: audio stream bitrate (kbps) out of range.
  • VideoDecodeFailed: video decoding error.
  • AudioDecodeFailed: audio decoding error.
  • AudioOutOfPhase: opposite phase in dual-channel audio.
  • VideoDuplicatedFrame: duplicate frames in video streams.
  • AudioDuplicatedFrame: duplicate frames in audio streams.
  • VideoRotation: video rotation.
  • TsMultiPrograms: multiple programs in MPEG2-TS streams.
  • Mp4InvalidCodecFourcc: codec FourCC in MP4 not meeting Apple HLS requirements.
  • HLSBadM3u8Format: invalid M3U8 file.
  • HLSInvalidMasterM3u8: invalid main M3U8 file.
  • HLSInvalidMediaM3u8: invalid media M3U8 file.
  • HLSMasterM3u8Recommended: parameters recommended by standards missing in main M3U8.
  • HLSMediaM3u8Recommended: parameters recommended by standards missing in media M3U8.
  • HLSMediaM3u8DiscontinuityExist: EXT-X-DISCONTINUITY in media M3U8.
  • HLSMediaSegmentsStreamNumChange: changed number of streams in segments.
  • HLSMediaSegmentsPTSJitterDeviation: PTS jumps between segments without EXT-X-DISCONTINUITY.
  • HLSMediaSegmentsDTSJitterDeviation: DTS jumps between segments without EXT-X-DISCONTINUITY.
  • TimecodeTrackExist: TMCD track in MP4.
  • */ public String getType() { return this.Type; } /** * Set Quality inspection item name. Valid values:
  • LowEvaluation: no-reference scoring.
  • Mosaic: mosaic detection.
  • CrashScreen: screen glitch detection.
  • VideoFreezedFrame: video freezing.
  • Blur: blur detection.
  • BlackWhiteEdge: black and white edges detection.
  • SolidColorScreen: solid color screen detection.
  • LowLighting: low light.
  • HighLighting: overexposure.
  • NoVoice: no voice detection.
  • LowVoice: low voice detection.
  • HighVoice: high voice detection.
  • Jitter: jitter detection.
  • Noise: noise detection.
  • QRCode: QR code detection.
  • BarCode: barcode detection.
  • AppletCode: mini program code detection.
  • VideoResolutionChanged: video resolution change.
  • AudioSampleRateChanged: audio sample rate change.
  • AudioChannelsChanged: audio channel quantity change.
  • ParameterSetsChanged: stream parameter set information change.
  • DarOrSarInvalid: video aspect ratio exception.
  • TimestampFallback: DTS timestamp rollback.
  • DtsJitter: DTS jitter too high.
  • PtsJitter: PTS jitter too high.
  • AACDurationDeviation: improper AAC frame timestamp interval.
  • AudioDroppingFrames: audio frame dropping.
  • VideoDroppingFrames: video frame dropping.
  • AVTimestampInterleave: improper audio-video interleaving.
  • PtsLessThanDts: PTS less than DTS for media streams.
  • ReceiveFpsJitter: significant jitter in the network receive frame rate.
  • ReceiveFpsTooSmall: network receive video frame rate too low.
  • FpsJitter: significant jitter in the stream frame rate calculated via PTS.
  • StreamOpenFailed: stream open failure.
  • StreamEnd: stream end.
  • StreamParseFailed: stream parsing failure.
  • VideoFirstFrameNotIdr: first frame not an IDR frame.
  • StreamNALUError: NALU start code error.
  • TsStreamNoAud: no AUD NALU in the H26x stream of MPEG-TS.
  • AudioStreamLack: no audio stream.
  • VideoStreamLack: no video stream.
  • LackAudioRecover: missing audio stream recovery.
  • LackVideoRecover: missing video stream recovery.
  • VideoBitrateOutofRange: video stream bitrate (kbps) out of range.
  • AudioBitrateOutofRange: audio stream bitrate (kbps) out of range.
  • VideoDecodeFailed: video decoding error.
  • AudioDecodeFailed: audio decoding error.
  • AudioOutOfPhase: opposite phase in dual-channel audio.
  • VideoDuplicatedFrame: duplicate frames in video streams.
  • AudioDuplicatedFrame: duplicate frames in audio streams.
  • VideoRotation: video rotation.
  • TsMultiPrograms: multiple programs in MPEG2-TS streams.
  • Mp4InvalidCodecFourcc: codec FourCC in MP4 not meeting Apple HLS requirements.
  • HLSBadM3u8Format: invalid M3U8 file.
  • HLSInvalidMasterM3u8: invalid main M3U8 file.
  • HLSInvalidMediaM3u8: invalid media M3U8 file.
  • HLSMasterM3u8Recommended: parameters recommended by standards missing in main M3U8.
  • HLSMediaM3u8Recommended: parameters recommended by standards missing in media M3U8.
  • HLSMediaM3u8DiscontinuityExist: EXT-X-DISCONTINUITY in media M3U8.
  • HLSMediaSegmentsStreamNumChange: changed number of streams in segments.
  • HLSMediaSegmentsPTSJitterDeviation: PTS jumps between segments without EXT-X-DISCONTINUITY.
  • HLSMediaSegmentsDTSJitterDeviation: DTS jumps between segments without EXT-X-DISCONTINUITY.
  • TimecodeTrackExist: TMCD track in MP4.
  • * @param Type Quality inspection item name. Valid values:
  • LowEvaluation: no-reference scoring.
  • Mosaic: mosaic detection.
  • CrashScreen: screen glitch detection.
  • VideoFreezedFrame: video freezing.
  • Blur: blur detection.
  • BlackWhiteEdge: black and white edges detection.
  • SolidColorScreen: solid color screen detection.
  • LowLighting: low light.
  • HighLighting: overexposure.
  • NoVoice: no voice detection.
  • LowVoice: low voice detection.
  • HighVoice: high voice detection.
  • Jitter: jitter detection.
  • Noise: noise detection.
  • QRCode: QR code detection.
  • BarCode: barcode detection.
  • AppletCode: mini program code detection.
  • VideoResolutionChanged: video resolution change.
  • AudioSampleRateChanged: audio sample rate change.
  • AudioChannelsChanged: audio channel quantity change.
  • ParameterSetsChanged: stream parameter set information change.
  • DarOrSarInvalid: video aspect ratio exception.
  • TimestampFallback: DTS timestamp rollback.
  • DtsJitter: DTS jitter too high.
  • PtsJitter: PTS jitter too high.
  • AACDurationDeviation: improper AAC frame timestamp interval.
  • AudioDroppingFrames: audio frame dropping.
  • VideoDroppingFrames: video frame dropping.
  • AVTimestampInterleave: improper audio-video interleaving.
  • PtsLessThanDts: PTS less than DTS for media streams.
  • ReceiveFpsJitter: significant jitter in the network receive frame rate.
  • ReceiveFpsTooSmall: network receive video frame rate too low.
  • FpsJitter: significant jitter in the stream frame rate calculated via PTS.
  • StreamOpenFailed: stream open failure.
  • StreamEnd: stream end.
  • StreamParseFailed: stream parsing failure.
  • VideoFirstFrameNotIdr: first frame not an IDR frame.
  • StreamNALUError: NALU start code error.
  • TsStreamNoAud: no AUD NALU in the H26x stream of MPEG-TS.
  • AudioStreamLack: no audio stream.
  • VideoStreamLack: no video stream.
  • LackAudioRecover: missing audio stream recovery.
  • LackVideoRecover: missing video stream recovery.
  • VideoBitrateOutofRange: video stream bitrate (kbps) out of range.
  • AudioBitrateOutofRange: audio stream bitrate (kbps) out of range.
  • VideoDecodeFailed: video decoding error.
  • AudioDecodeFailed: audio decoding error.
  • AudioOutOfPhase: opposite phase in dual-channel audio.
  • VideoDuplicatedFrame: duplicate frames in video streams.
  • AudioDuplicatedFrame: duplicate frames in audio streams.
  • VideoRotation: video rotation.
  • TsMultiPrograms: multiple programs in MPEG2-TS streams.
  • Mp4InvalidCodecFourcc: codec FourCC in MP4 not meeting Apple HLS requirements.
  • HLSBadM3u8Format: invalid M3U8 file.
  • HLSInvalidMasterM3u8: invalid main M3U8 file.
  • HLSInvalidMediaM3u8: invalid media M3U8 file.
  • HLSMasterM3u8Recommended: parameters recommended by standards missing in main M3U8.
  • HLSMediaM3u8Recommended: parameters recommended by standards missing in media M3U8.
  • HLSMediaM3u8DiscontinuityExist: EXT-X-DISCONTINUITY in media M3U8.
  • HLSMediaSegmentsStreamNumChange: changed number of streams in segments.
  • HLSMediaSegmentsPTSJitterDeviation: PTS jumps between segments without EXT-X-DISCONTINUITY.
  • HLSMediaSegmentsDTSJitterDeviation: DTS jumps between segments without EXT-X-DISCONTINUITY.
  • TimecodeTrackExist: TMCD track in MP4.
  • */ public void setType(String Type) { this.Type = Type; } /** * Get Capability configuration switch. Valid values:
  • ON: enabled;
  • OFF: disabled.
  • Default value: ON. Note: This field may return null, indicating that no valid values can be obtained. * @return Switch Capability configuration switch. Valid values:
  • ON: enabled;
  • OFF: disabled.
  • Default value: ON. Note: This field may return null, indicating that no valid values can be obtained. */ public String getSwitch() { return this.Switch; } /** * Set Capability configuration switch. Valid values:
  • ON: enabled;
  • OFF: disabled.
  • Default value: ON. Note: This field may return null, indicating that no valid values can be obtained. * @param Switch Capability configuration switch. Valid values:
  • ON: enabled;
  • OFF: disabled.
  • Default value: ON. Note: This field may return null, indicating that no valid values can be obtained. */ public void setSwitch(String Switch) { this.Switch = Switch; } /** * Get Sampling method, Valid value: - Time: sampling based on time interval. Note: This field may return null, indicating that no valid values can be obtained. * @return Sampling Sampling method, Valid value: - Time: sampling based on time interval. Note: This field may return null, indicating that no valid values can be obtained. */ public String getSampling() { return this.Sampling; } /** * Set Sampling method, Valid value: - Time: sampling based on time interval. Note: This field may return null, indicating that no valid values can be obtained. * @param Sampling Sampling method, Valid value: - Time: sampling based on time interval. Note: This field may return null, indicating that no valid values can be obtained. */ public void setSampling(String Sampling) { this.Sampling = Sampling; } /** * Get Sampling interval time, in ms. Note: This field may return null, indicating that no valid values can be obtained. * @return IntervalTime Sampling interval time, in ms. Note: This field may return null, indicating that no valid values can be obtained. */ public Long getIntervalTime() { return this.IntervalTime; } /** * Set Sampling interval time, in ms. Note: This field may return null, indicating that no valid values can be obtained. * @param IntervalTime Sampling interval time, in ms. Note: This field may return null, indicating that no valid values can be obtained. */ public void setIntervalTime(Long IntervalTime) { this.IntervalTime = IntervalTime; } /** * Get Duration of abnormality, in ms. Note: This field may return null, indicating that no valid values can be obtained. * @return Duration Duration of abnormality, in ms. Note: This field may return null, indicating that no valid values can be obtained. */ public Long getDuration() { return this.Duration; } /** * Set Duration of abnormality, in ms. Note: This field may return null, indicating that no valid values can be obtained. * @param Duration Duration of abnormality, in ms. Note: This field may return null, indicating that no valid values can be obtained. */ public void setDuration(Long Duration) { this.Duration = Duration; } /** * Get Threshold of a detection item. Different detection items have different thresholds. Note: This field may return null, indicating that no valid values can be obtained. * @return Threshold Threshold of a detection item. Different detection items have different thresholds. Note: This field may return null, indicating that no valid values can be obtained. */ public String getThreshold() { return this.Threshold; } /** * Set Threshold of a detection item. Different detection items have different thresholds. Note: This field may return null, indicating that no valid values can be obtained. * @param Threshold Threshold of a detection item. Different detection items have different thresholds. Note: This field may return null, indicating that no valid values can be obtained. */ public void setThreshold(String Threshold) { this.Threshold = Threshold; } public QualityControlItemConfig() { } /** * 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. */ public QualityControlItemConfig(QualityControlItemConfig source) { if (source.Type != null) { this.Type = new String(source.Type); } if (source.Switch != null) { this.Switch = new String(source.Switch); } if (source.Sampling != null) { this.Sampling = new String(source.Sampling); } if (source.IntervalTime != null) { this.IntervalTime = new Long(source.IntervalTime); } if (source.Duration != null) { this.Duration = new Long(source.Duration); } if (source.Threshold != null) { this.Threshold = new String(source.Threshold); } } /** * Internal implementation, normal users should not use it. */ public void toMap(HashMap map, String prefix) { this.setParamSimple(map, prefix + "Type", this.Type); this.setParamSimple(map, prefix + "Switch", this.Switch); this.setParamSimple(map, prefix + "Sampling", this.Sampling); this.setParamSimple(map, prefix + "IntervalTime", this.IntervalTime); this.setParamSimple(map, prefix + "Duration", this.Duration); this.setParamSimple(map, prefix + "Threshold", this.Threshold); } }




    © 2015 - 2025 Weber Informatics LLC | Privacy Policy