Class SpeedValue
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.SpeedValue
-
public class SpeedValue extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SpeedValue()
SpeedValue(SpeedValue 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
getSpeed()
Get 无 注意:此字段可能返回 null,表示取不到有效值。Long
getTime()
Get 带毫秒的时间戳 注意:此字段可能返回 null,表示取不到有效值。void
setSpeed(Float Speed)
Set 无 注意:此字段可能返回 null,表示取不到有效值。void
setTime(Long Time)
Set 带毫秒的时间戳 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
SpeedValue
public SpeedValue()
-
SpeedValue
public SpeedValue(SpeedValue 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
-
getTime
public Long getTime()
Get 带毫秒的时间戳 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Time 带毫秒的时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
setTime
public void setTime(Long Time)
Set 带毫秒的时间戳 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Time
- 带毫秒的时间戳 注意:此字段可能返回 null,表示取不到有效值。
-
getSpeed
public Float getSpeed()
Get 无 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Speed 无 注意:此字段可能返回 null,表示取不到有效值。
-
setSpeed
public void setSpeed(Float Speed)
Set 无 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Speed
- 无 注意:此字段可能返回 null,表示取不到有效值。
-
-