public class ActiveDirectoryGroupInfoJson extends BaseJson
Constructor and Description |
---|
ActiveDirectoryGroupInfoJson() |
Modifier and Type | Method and Description |
---|---|
String |
getActiveDirectoryDomain()
The group's Active Directory domain
|
String |
getActiveDirectoryGroupGuid()
The group's Active Directory GUID
|
String |
getActiveDirectoryUUID()
The group's Active Directory UUID
|
Date |
getCreationDate()
When the group was created
|
String |
getDescription()
The group's description
|
String |
getDistinguishedName()
The group's distinguished name
|
String |
getLocation()
The group's location
|
String |
getName()
The group's name
|
Set<String> |
getOrganizationRoles()
The group's organization roles
|
Date |
getUpdateDate()
When the group was last updated
|
Integer |
getWatchdoxId()
The group's WatchDox id
|
void |
setActiveDirectoryDomain(String activeDirectoryDomain)
The group's Active Directory domain
|
void |
setActiveDirectoryGroupGuid(String activeDirectoryGroupGuid)
The group's Active Directory GUID
|
void |
setActiveDirectoryUUID(String activeDirectoryUUID)
The group's Active Directory UUID
|
void |
setCreationDate(Date creationDate)
When the group was created
|
void |
setDescription(String description)
The group's description
|
void |
setDistinguishedName(String distinguishedName)
The group's distinguished name
|
void |
setLocation(String location)
The group's location
|
void |
setName(String name)
The group's name
|
void |
setOrganizationRoles(Set<String> organizationRoles)
The group's organization roles
|
void |
setUpdateDate(Date updateDate)
When the group was last updated
|
void |
setWatchdoxId(Integer watchdoxId)
The group's WatchDox id
|
getObjType, setObjType, toString
public Date getUpdateDate()
public void setUpdateDate(Date updateDate)
updateDate
- When the group was last updatedpublic String getActiveDirectoryUUID()
public void setActiveDirectoryUUID(String activeDirectoryUUID)
activeDirectoryUUID
- The group's Active Directory UUIDpublic String getName()
public void setName(String name)
name
- The group's namepublic String getDescription()
public void setDescription(String description)
description
- The group's descriptionpublic String getDistinguishedName()
public void setDistinguishedName(String distinguishedName)
distinguishedName
- The group's distinguished namepublic String getActiveDirectoryDomain()
public void setActiveDirectoryDomain(String activeDirectoryDomain)
activeDirectoryDomain
- The group's Active Directory domainpublic Integer getWatchdoxId()
public void setWatchdoxId(Integer watchdoxId)
watchdoxId
- The group's WatchDox idpublic String getLocation()
public void setLocation(String location)
location
- The group's locationpublic Date getCreationDate()
public void setCreationDate(Date creationDate)
creationDate
- When the group was createdpublic Set<String> getOrganizationRoles()
public void setOrganizationRoles(Set<String> organizationRoles)
organizationRoles
- The group's organization rolespublic String getActiveDirectoryGroupGuid()
public void setActiveDirectoryGroupGuid(String activeDirectoryGroupGuid)
activeDirectoryGroupGuid
- The group's Active Directory GUIDCopyright © 2019. All rights reserved.