public class FailedUsers extends AbstractModel
skipSign
Constructor and Description |
---|
FailedUsers() |
FailedUsers(FailedUsers 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 |
---|---|
String |
getFailedReason()
Get Failure cause for user import
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getFailedUserIdentification()
Get ID of the failed user
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFailedReason(String FailedReason)
Set Failure cause for user import
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFailedUserIdentification(String FailedUserIdentification)
Set ID of the failed user
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public FailedUsers()
public FailedUsers(FailedUsers source)
public String getFailedUserIdentification()
public void setFailedUserIdentification(String FailedUserIdentification)
FailedUserIdentification
- ID of the failed user
Note: This field may return null, indicating that no valid values can be obtained.public String getFailedReason()
public void setFailedReason(String FailedReason)
FailedReason
- Failure cause for user import
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.