public class UserOplogDO
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
combineQuery |
String |
creater |
String |
entityType |
Long |
gmtCreate |
Long |
id |
String |
name |
String |
opAfterContext |
String |
opBeforeContext |
String |
opType |
Long |
tableEntityId |
String |
tableName |
| 构造器和说明 |
|---|
UserOplogDO() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UserOplogDO |
build(Map<String,?> map) |
String |
getCombineQuery() |
String |
getCreater() |
String |
getEntityType() |
Long |
getGmtCreate() |
Long |
getId() |
String |
getName() |
String |
getOpAfterContext() |
String |
getOpBeforeContext() |
String |
getOpType() |
Long |
getTableEntityId() |
String |
getTableName() |
UserOplogDO |
setCombineQuery(String combineQuery) |
UserOplogDO |
setCreater(String creater) |
UserOplogDO |
setEntityType(String entityType) |
UserOplogDO |
setGmtCreate(Long gmtCreate) |
UserOplogDO |
setId(Long id) |
UserOplogDO |
setName(String name) |
UserOplogDO |
setOpAfterContext(String opAfterContext) |
UserOplogDO |
setOpBeforeContext(String opBeforeContext) |
UserOplogDO |
setOpType(String opType) |
UserOplogDO |
setTableEntityId(Long tableEntityId) |
UserOplogDO |
setTableName(String tableName) |
@NameInMap(value="id") @Validation(required=true) public Long id
@NameInMap(value="table_name") @Validation(required=true) public String tableName
@NameInMap(value="table_entity_id") @Validation(required=true) public Long tableEntityId
@NameInMap(value="op_type") @Validation(required=true) public String opType
@NameInMap(value="gmt_create") @Validation(required=true) public Long gmtCreate
@NameInMap(value="creater") @Validation(required=true) public String creater
@NameInMap(value="combine_query") @Validation(required=true) public String combineQuery
@NameInMap(value="entity_type") public String entityType
@NameInMap(value="name") public String name
@NameInMap(value="op_before_context") public String opBeforeContext
@NameInMap(value="op_after_context") public String opAfterContext
public static UserOplogDO build(Map<String,?> map) throws Exception
Exceptionpublic UserOplogDO setId(Long id)
public Long getId()
public UserOplogDO setTableName(String tableName)
public String getTableName()
public UserOplogDO setTableEntityId(Long tableEntityId)
public Long getTableEntityId()
public UserOplogDO setOpType(String opType)
public String getOpType()
public UserOplogDO setGmtCreate(Long gmtCreate)
public Long getGmtCreate()
public UserOplogDO setCreater(String creater)
public String getCreater()
public UserOplogDO setCombineQuery(String combineQuery)
public String getCombineQuery()
public UserOplogDO setEntityType(String entityType)
public String getEntityType()
public UserOplogDO setName(String name)
public String getName()
public UserOplogDO setOpBeforeContext(String opBeforeContext)
public String getOpBeforeContext()
public UserOplogDO setOpAfterContext(String opAfterContext)
public String getOpAfterContext()
Copyright © 2022. All rights reserved.