public class AuditingStrategy extends Object
| Constructor and Description |
|---|
AuditingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBizType() |
String |
getBucket() |
StrategyLabels |
getLabels() |
String |
getName() |
String |
getService() |
List<String> |
getTextLabel() |
void |
setBizType(String bizType) |
void |
setBucket(String bucket) |
void |
setLabels(StrategyLabels labels) |
void |
setName(String name) |
void |
setService(String service) |
void |
setTextLabel(List<String> textLabel) |
public String getService()
public void setService(String service)
public String getBizType()
public void setBizType(String bizType)
public String getName()
public void setName(String name)
public StrategyLabels getLabels()
public void setLabels(StrategyLabels labels)
public String getBucket()
public void setBucket(String bucket)
Copyright © 2025. All rights reserved.