public class TLSCiphers extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCipherId()
Get 加密套件ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCipherName()
Get 加密套件
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getVersionId()
Get TLS版本ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCipherId(Long CipherId)
Set 加密套件ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCipherName(String CipherName)
Set 加密套件
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVersionId(Long VersionId)
Set TLS版本ID
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public TLSCiphers()
public TLSCiphers(TLSCiphers source)
public Long getVersionId()
public void setVersionId(Long VersionId)
VersionId
- TLS版本ID
注意:此字段可能返回 null,表示取不到有效值。public Long getCipherId()
public void setCipherId(Long CipherId)
CipherId
- 加密套件ID
注意:此字段可能返回 null,表示取不到有效值。public String getCipherName()
public void setCipherName(String CipherName)
CipherName
- 加密套件
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.