Class TLSVersion
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.TLSVersion
-
public class TLSVersion extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetVersionId()Get TLSVERSION的ID 注意:此字段可能返回 null,表示取不到有效值。StringgetVersionName()Get TLSVERSION的NAME 注意:此字段可能返回 null,表示取不到有效值。voidsetVersionId(Long VersionId)Set TLSVERSION的ID 注意:此字段可能返回 null,表示取不到有效值。voidsetVersionName(String VersionName)Set TLSVERSION的NAME 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
TLSVersion
public TLSVersion()
-
TLSVersion
public 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.
-
-
Method Detail
-
getVersionId
public Long getVersionId()
Get TLSVERSION的ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VersionId TLSVERSION的ID 注意:此字段可能返回 null,表示取不到有效值。
-
setVersionId
public void setVersionId(Long VersionId)
Set TLSVERSION的ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VersionId- TLSVERSION的ID 注意:此字段可能返回 null,表示取不到有效值。
-
getVersionName
public String getVersionName()
Get TLSVERSION的NAME 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VersionName TLSVERSION的NAME 注意:此字段可能返回 null,表示取不到有效值。
-
setVersionName
public void setVersionName(String VersionName)
Set TLSVERSION的NAME 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VersionName- TLSVERSION的NAME 注意:此字段可能返回 null,表示取不到有效值。
-
-