public class TenantAccountSearchResult extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tenantId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tenantEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tenantGroupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tenantStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="creationTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
creationTime |
protected String |
tenantEmail |
protected String |
tenantGroupName |
protected String |
tenantId |
protected String |
tenantStatus |
| 构造器和说明 |
|---|
TenantAccountSearchResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCreationTime()
Gets the value of the creationTime property.
|
String |
getTenantEmail()
Gets the value of the tenantEmail property.
|
String |
getTenantGroupName()
Gets the value of the tenantGroupName property.
|
String |
getTenantId()
Gets the value of the tenantId property.
|
String |
getTenantStatus()
Gets the value of the tenantStatus property.
|
void |
setCreationTime(String value)
Sets the value of the creationTime property.
|
void |
setTenantEmail(String value)
Sets the value of the tenantEmail property.
|
void |
setTenantGroupName(String value)
Sets the value of the tenantGroupName property.
|
void |
setTenantId(String value)
Sets the value of the tenantId property.
|
void |
setTenantStatus(String value)
Sets the value of the tenantStatus property.
|
protected String tenantId
protected String tenantEmail
protected String tenantGroupName
protected String tenantStatus
protected String creationTime
public String getTenantId()
Stringpublic void setTenantId(String value)
value - allowed object is
Stringpublic String getTenantEmail()
Stringpublic void setTenantEmail(String value)
value - allowed object is
Stringpublic String getTenantGroupName()
Stringpublic void setTenantGroupName(String value)
value - allowed object is
Stringpublic String getTenantStatus()
Stringpublic void setTenantStatus(String value)
value - allowed object is
Stringpublic String getCreationTime()
StringCopyright © 2019. All rights reserved.