public class Grant extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Grant.Builder |
| 构造器和说明 |
|---|
Grant() |
Grant(Grant.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBadgeId() |
String[] |
getDepartmentIds() |
Integer |
getGrantType() |
String[] |
getGroupIds() |
String |
getId() |
Boolean |
getIsGrantAll() |
String |
getName() |
RuleDetail |
getRuleDetail() |
String |
getTimeZone() |
String[] |
getUserIds() |
static Grant.Builder |
newBuilder() |
void |
setBadgeId(String badgeId) |
void |
setDepartmentIds(String[] departmentIds) |
void |
setGrantType(Integer grantType) |
void |
setGroupIds(String[] groupIds) |
void |
setId(String id) |
void |
setIsGrantAll(Boolean isGrantAll) |
void |
setName(String name) |
void |
setRuleDetail(RuleDetail ruleDetail) |
void |
setTimeZone(String timeZone) |
void |
setUserIds(String[] userIds) |
public Grant()
public Grant(Grant.Builder builder)
public String getId()
public void setId(String id)
public String getBadgeId()
public void setBadgeId(String badgeId)
public String getName()
public void setName(String name)
public Integer getGrantType()
public void setGrantType(Integer grantType)
public String getTimeZone()
public void setTimeZone(String timeZone)
public RuleDetail getRuleDetail()
public void setRuleDetail(RuleDetail ruleDetail)
public Boolean getIsGrantAll()
public void setIsGrantAll(Boolean isGrantAll)
public String[] getUserIds()
public void setUserIds(String[] userIds)
public String[] getDepartmentIds()
public void setDepartmentIds(String[] departmentIds)
public String[] getGroupIds()
public void setGroupIds(String[] groupIds)
public static Grant.Builder newBuilder()
Copyright © 2025. All rights reserved.