Class TLSCiphers
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.TLSCiphers
-
public class TLSCiphers extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TLSCiphers()TLSCiphers(TLSCiphers 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 LonggetCipherId()Get 加密套件ID 注意:此字段可能返回 null,表示取不到有效值。StringgetCipherName()Get 加密套件 注意:此字段可能返回 null,表示取不到有效值。LonggetVersionId()Get TLS版本ID 注意:此字段可能返回 null,表示取不到有效值。voidsetCipherId(Long CipherId)Set 加密套件ID 注意:此字段可能返回 null,表示取不到有效值。voidsetCipherName(String CipherName)Set 加密套件 注意:此字段可能返回 null,表示取不到有效值。voidsetVersionId(Long VersionId)Set TLS版本ID 注意:此字段可能返回 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
-
TLSCiphers
public TLSCiphers()
-
TLSCiphers
public TLSCiphers(TLSCiphers 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 TLS版本ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VersionId TLS版本ID 注意:此字段可能返回 null,表示取不到有效值。
-
setVersionId
public void setVersionId(Long VersionId)
Set TLS版本ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VersionId- TLS版本ID 注意:此字段可能返回 null,表示取不到有效值。
-
getCipherId
public Long getCipherId()
Get 加密套件ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CipherId 加密套件ID 注意:此字段可能返回 null,表示取不到有效值。
-
setCipherId
public void setCipherId(Long CipherId)
Set 加密套件ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CipherId- 加密套件ID 注意:此字段可能返回 null,表示取不到有效值。
-
getCipherName
public String getCipherName()
Get 加密套件 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CipherName 加密套件 注意:此字段可能返回 null,表示取不到有效值。
-
setCipherName
public void setCipherName(String CipherName)
Set 加密套件 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CipherName- 加密套件 注意:此字段可能返回 null,表示取不到有效值。
-
-