public class VersionWeight extends AbstractModel
Constructor and Description |
---|
VersionWeight() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getVersion()
public void setVersion(String Version)
Version
- 函数版本名称public Float getWeight()
public void setWeight(Float Weight)
Weight
- 该版本的权重Copyright © 2020. All rights reserved.