public class BytesSpeed extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
BytesSpeed()  | 
BytesSpeed(BytesSpeed 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getNodeName()
Get Node nameNote: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getNodeType()
Get Node TypeNote: This field may return null, indicating that no valid value can be obtained. 
 | 
SpeedValue[] | 
getValues()
Get Speed value list
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setNodeName(String NodeName)
Set Node nameNote: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setNodeType(String NodeType)
Set Node TypeNote: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setValues(SpeedValue[] Values)
Set Speed value list
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic BytesSpeed()
public BytesSpeed(BytesSpeed source)
public String getNodeType()
public void setNodeType(String NodeType)
NodeType - Node TypeNote: This field may return null, indicating that no valid value can be obtained.public String getNodeName()
public void setNodeName(String NodeName)
NodeName - Node nameNote: This field may return null, indicating that no valid value can be obtained.public SpeedValue[] getValues()
public void setValues(SpeedValue[] Values)
Values - Speed value list
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.