public class VersionInstance extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
VersionInstance()  | 
VersionInstance(VersionInstance 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 | 
getName()
Get Version name
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
String | 
getRemark()
Get Remark
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
String | 
getVersion()
Get Version Info
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
setName(String Name)
Set Version name
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
setRemark(String Remark)
Set Remark
Note: this field may return `null`, indicating that no valid values can be obtained. 
 | 
void | 
setVersion(String Version)
Set Version Info
Note: this field may return `null`, indicating that no valid values 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 VersionInstance()
public VersionInstance(VersionInstance source)
public String getName()
public void setName(String Name)
Name - Version name
Note: this field may return `null`, indicating that no valid values can be obtained.public String getVersion()
public void setVersion(String Version)
Version - Version Info
Note: this field may return `null`, indicating that no valid values can be obtained.public String getRemark()
public void setRemark(String Remark)
Remark - Remark
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.