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 函数版本名称 | 
| Float | getWeight()Get 该版本的权重 | 
| void | setVersion(String Version)Set 函数版本名称 | 
| void | setWeight(Float Weight)Set 该版本的权重 | 
| 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 - 函数版本名称public Float getWeight()
public void setWeight(Float Weight)
Weight - 该版本的权重Copyright © 2025. All rights reserved.