public class VersionWeight extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
VersionWeight()  | 
VersionWeight(VersionWeight 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 | 
getVersion()
Get Function version name 
 | 
Float | 
getWeight()
Get Version weight 
 | 
void | 
setVersion(String Version)
Set Function version name 
 | 
void | 
setWeight(Float Weight)
Set Version weight 
 | 
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 VersionWeight()
public VersionWeight(VersionWeight source)
public String getVersion()
public void setVersion(String Version)
Version - Function version namepublic Float getWeight()
public void setWeight(Float Weight)
Weight - Version weightCopyright © 2025. All rights reserved.