public class OperationLogEntityField extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
OperationLogEntityField.Builder |
| 构造器和说明 |
|---|
OperationLogEntityField() |
OperationLogEntityField(OperationLogEntityField.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAfter() |
String |
getBefore() |
OperationLogEntityFieldExt |
getExt() |
String |
getField() |
static OperationLogEntityField.Builder |
newBuilder() |
void |
setAfter(String after) |
void |
setBefore(String before) |
void |
setExt(OperationLogEntityFieldExt ext) |
void |
setField(String field) |
public OperationLogEntityField()
public OperationLogEntityField(OperationLogEntityField.Builder builder)
public static OperationLogEntityField.Builder newBuilder()
public String getField()
public void setField(String field)
public String getBefore()
public void setBefore(String before)
public String getAfter()
public void setAfter(String after)
public OperationLogEntityFieldExt getExt()
public void setExt(OperationLogEntityFieldExt ext)
Copyright © 2025. All rights reserved.