public class VersionWeight extends AbstractModel
Constructor and Description |
---|
VersionWeight() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getVersion()
public void setVersion(String Version)
Version
- Function version namepublic Float getWeight()
public void setWeight(Float Weight)
Weight
- Version weightCopyright © 2020. All rights reserved.