Class InBandwidth
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdc.v20201214.models.InBandwidth
-
public class InBandwidth extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description InBandwidth()InBandwidth(InBandwidth 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Float[]getTimestamps()Get 时间戳 注意:此字段可能返回 null,表示取不到有效值。Float[]getValues()Get 时间对应的值 注意:此字段可能返回 null,表示取不到有效值。voidsetTimestamps(Float[] Timestamps)Set 时间戳 注意:此字段可能返回 null,表示取不到有效值。voidsetValues(Float[] Values)Set 时间对应的值 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
InBandwidth
public InBandwidth()
-
InBandwidth
public InBandwidth(InBandwidth 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.
-
-
Method Detail
-
getTimestamps
public Float[] getTimestamps()
Get 时间戳 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Timestamps 时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
setTimestamps
public void setTimestamps(Float[] Timestamps)
Set 时间戳 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Timestamps- 时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
getValues
public Float[] getValues()
Get 时间对应的值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Values 时间对应的值 注意:此字段可能返回 null,表示取不到有效值。
-
setValues
public void setValues(Float[] Values)
Set 时间对应的值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Values- 时间对应的值 注意:此字段可能返回 null,表示取不到有效值。
-
-