public class Group extends AuthElement
| Modifier and Type | Field and Description |
|---|---|
protected Date |
create |
protected String |
creator |
protected Date |
update |
DATE_FORMAT, id| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
Date |
createTime() |
String |
creator() |
String |
description() |
void |
description(String description) |
String |
name() |
void |
name(String name) |
String |
type() |
Date |
updateTime() |
idprotected Date create
protected Date update
protected String creator
public Date createTime()
createTime in class AuthElementpublic Date updateTime()
updateTime in class AuthElementpublic String creator()
creator in class AuthElementpublic String name()
public void name(String name)
public String description()
public void description(String description)
Copyright © 2023 The Apache Software Foundation. All rights reserved.