public class ModifyUserProfileRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyUserProfileRequest() |
ModifyUserProfileRequest(ModifyUserProfileRequest 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 |
getAvatar()
Get The URL of the new profile photo.
|
String |
getNickname()
Get The new username to use.
|
String |
getUserId()
Get The ID of the user whose profile will be modified.
|
void |
setAvatar(String Avatar)
Set The URL of the new profile photo.
|
void |
setNickname(String Nickname)
Set The new username to use.
|
void |
setUserId(String UserId)
Set The ID of the user whose profile will be modified.
|
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 ModifyUserProfileRequest()
public ModifyUserProfileRequest(ModifyUserProfileRequest source)
public String getUserId()
public void setUserId(String UserId)
UserId
- The ID of the user whose profile will be modified.public String getNickname()
public void setNickname(String Nickname)
Nickname
- The new username to use.public String getAvatar()
public void setAvatar(String Avatar)
Avatar
- The URL of the new profile photo.Copyright © 2024. All rights reserved.