public class TLSVersion extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TLSVersion() | 
| TLSVersion(TLSVersion 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 | 
|---|---|
| Long | getVersionId()Get TLSVERSION的ID | 
| String | getVersionName()Get TLSVERSION的NAME | 
| void | setVersionId(Long VersionId)Set TLSVERSION的ID | 
| void | setVersionName(String VersionName)Set TLSVERSION的NAME | 
| 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 TLSVersion()
public TLSVersion(TLSVersion source)
public Long getVersionId()
public void setVersionId(Long VersionId)
VersionId - TLSVERSION的IDpublic String getVersionName()
public void setVersionName(String VersionName)
VersionName - TLSVERSION的NAMECopyright © 2025. All rights reserved.