public class TenantAccountSearchCondition 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="tenantEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="tenantStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
tenantEmail |
protected String |
tenantStatus |
| 构造器和说明 |
|---|
TenantAccountSearchCondition() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getTenantEmail()
Gets the value of the tenantEmail property.
|
String |
getTenantStatus()
Gets the value of the tenantStatus property.
|
void |
setTenantEmail(String value)
Sets the value of the tenantEmail property.
|
void |
setTenantStatus(String value)
Sets the value of the tenantStatus property.
|
public String getTenantEmail()
Stringpublic void setTenantEmail(String value)
value - allowed object is
Stringpublic String getTenantStatus()
StringCopyright © 2019. All rights reserved.