public class OperationLog extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Get Action performed on logs
|
String |
getCreatedOn()
Get Time when the action is performed
|
void |
setAction(String Action)
Set Action performed on logs
|
void |
setCreatedOn(String CreatedOn)
Set Time when the action is performed
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public OperationLog()
public OperationLog(OperationLog source)
public String getAction()
public void setAction(String Action)
Action
- Action performed on logspublic String getCreatedOn()
public void setCreatedOn(String CreatedOn)
CreatedOn
- Time when the action is performedCopyright © 2023. All rights reserved.