public class ListUserByPropertyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListUserByPropertyRequest() |
ListUserByPropertyRequest(ListUserByPropertyRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getOriginal()
Get Whether the content is passed through
|
String |
getPropertyCode()
Get Query attribute
**phoneNumber** Mobile number
**email** Email
|
String |
getPropertyValue()
Get Attribute value
|
String |
getUserStoreId()
Get User directory ID
|
void |
setOriginal(Boolean Original)
Set Whether the content is passed through
|
void |
setPropertyCode(String PropertyCode)
Set Query attribute
**phoneNumber** Mobile number
**email** Email
|
void |
setPropertyValue(String PropertyValue)
Set Attribute value
|
void |
setUserStoreId(String UserStoreId)
Set User directory ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ListUserByPropertyRequest()
public ListUserByPropertyRequest(ListUserByPropertyRequest source)
public String getUserStoreId()
public void setUserStoreId(String UserStoreId)
UserStoreId
- User directory IDpublic String getPropertyCode()
public void setPropertyCode(String PropertyCode)
PropertyCode
- Query attribute
public String getPropertyValue()
public void setPropertyValue(String PropertyValue)
PropertyValue
- Attribute valuepublic Boolean getOriginal()
public void setOriginal(Boolean Original)
Original
- Whether the content is passed throughCopyright © 2024. All rights reserved.