Class AlgorithmInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.kms.v20190118.models.AlgorithmInfo
-
public class AlgorithmInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AlgorithmInfo()AlgorithmInfo(AlgorithmInfo 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 StringgetAlgorithm()Get 算法的名称StringgetKeyUsage()Get 算法的标识voidsetAlgorithm(String Algorithm)Set 算法的名称voidsetKeyUsage(String KeyUsage)Set 算法的标识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
-
AlgorithmInfo
public AlgorithmInfo()
-
AlgorithmInfo
public AlgorithmInfo(AlgorithmInfo 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
-
getKeyUsage
public String getKeyUsage()
Get 算法的标识- Returns:
- KeyUsage 算法的标识
-
setKeyUsage
public void setKeyUsage(String KeyUsage)
Set 算法的标识- Parameters:
KeyUsage- 算法的标识
-
getAlgorithm
public String getAlgorithm()
Get 算法的名称- Returns:
- Algorithm 算法的名称
-
setAlgorithm
public void setAlgorithm(String Algorithm)
Set 算法的名称- Parameters:
Algorithm- 算法的名称
-
-