public class ProxyVersionInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ProxyVersionInfo() | 
| ProxyVersionInfo(ProxyVersionInfo 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 | getProxyVersion()Get proxy版本号 | 
| String | getProxyVersionType()Get 版本描述:GA:稳定版  BETA:尝鲜版,DEPRECATED:过旧, | 
| void | setProxyVersion(String ProxyVersion)Set proxy版本号 | 
| void | setProxyVersionType(String ProxyVersionType)Set 版本描述:GA:稳定版  BETA:尝鲜版,DEPRECATED:过旧, | 
| 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 ProxyVersionInfo()
public ProxyVersionInfo(ProxyVersionInfo source)
public String getProxyVersion()
public void setProxyVersion(String ProxyVersion)
ProxyVersion - proxy版本号public String getProxyVersionType()
public void setProxyVersionType(String ProxyVersionType)
ProxyVersionType - 版本描述:GA:稳定版  BETA:尝鲜版,DEPRECATED:过旧,Copyright © 2025. All rights reserved.