Class OperationLog
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.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 StringgetAction()Get 操作动作 注意:此字段可能返回 null,表示取不到有效值。StringgetDescription()Get 操作信息StringgetModule()Get 模块名 注意:此字段可能返回 null,表示取不到有效值。StringgetOperateTime()Get 操作时间 注意:此字段可能返回 null,表示取不到有效值。StringgetOperatorUserID()Get 操作用户ID 注意:此字段可能返回 null,表示取不到有效值。LonggetStatus()Get 状态: 1:成功 2:失败StringgetUserId()Get 用户IDvoidsetAction(String Action)Set 操作动作 注意:此字段可能返回 null,表示取不到有效值。voidsetDescription(String Description)Set 操作信息voidsetModule(String Module)Set 模块名 注意:此字段可能返回 null,表示取不到有效值。voidsetOperateTime(String OperateTime)Set 操作时间 注意:此字段可能返回 null,表示取不到有效值。voidsetOperatorUserID(String OperatorUserID)Set 操作用户ID 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(Long Status)Set 状态: 1:成功 2:失败voidsetUserId(String UserId)Set 用户IDvoidtoMap(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
-
getOperateTime
public String getOperateTime()
Get 操作时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OperateTime 操作时间 注意:此字段可能返回 null,表示取不到有效值。
-
setOperateTime
public void setOperateTime(String OperateTime)
Set 操作时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OperateTime- 操作时间 注意:此字段可能返回 null,表示取不到有效值。
-
getModule
public String getModule()
Get 模块名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Module 模块名 注意:此字段可能返回 null,表示取不到有效值。
-
setModule
public void setModule(String Module)
Set 模块名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Module- 模块名 注意:此字段可能返回 null,表示取不到有效值。
-
getDescription
public String getDescription()
Get 操作信息- Returns:
- Description 操作信息
-
setDescription
public void setDescription(String Description)
Set 操作信息- Parameters:
Description- 操作信息
-
getUserId
public String getUserId()
Get 用户ID- Returns:
- UserId 用户ID
-
setUserId
public void setUserId(String UserId)
Set 用户ID- Parameters:
UserId- 用户ID
-
getStatus
public Long getStatus()
Get 状态: 1:成功 2:失败- Returns:
- Status 状态: 1:成功 2:失败
-
setStatus
public void setStatus(Long Status)
Set 状态: 1:成功 2:失败- Parameters:
Status- 状态: 1:成功 2:失败
-
getOperatorUserID
public String getOperatorUserID()
Get 操作用户ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OperatorUserID 操作用户ID 注意:此字段可能返回 null,表示取不到有效值。
-
setOperatorUserID
public void setOperatorUserID(String OperatorUserID)
Set 操作用户ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OperatorUserID- 操作用户ID 注意:此字段可能返回 null,表示取不到有效值。
-
getAction
public String getAction()
Get 操作动作 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Action 操作动作 注意:此字段可能返回 null,表示取不到有效值。
-
setAction
public void setAction(String Action)
Set 操作动作 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Action- 操作动作 注意:此字段可能返回 null,表示取不到有效值。
-
-