Class OperationLog
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ssl.v20191205.models.OperationLog
-
public class OperationLog extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description OperationLog()
OperationLog(OperationLog 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 String
getAction()
Get 操作证书动作。String
getCreatedOn()
Get 操作时间。void
setAction(String Action)
Set 操作证书动作。void
setCreatedOn(String CreatedOn)
Set 操作时间。void
toMap(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
-
OperationLog
public OperationLog()
-
OperationLog
public OperationLog(OperationLog 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
-
getAction
public String getAction()
Get 操作证书动作。- Returns:
- Action 操作证书动作。
-
setAction
public void setAction(String Action)
Set 操作证书动作。- Parameters:
Action
- 操作证书动作。
-
getCreatedOn
public String getCreatedOn()
Get 操作时间。- Returns:
- CreatedOn 操作时间。
-
setCreatedOn
public void setCreatedOn(String CreatedOn)
Set 操作时间。- Parameters:
CreatedOn
- 操作时间。
-
-