public class ModifyStaffPasswordRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyStaffPasswordRequest() |
ModifyStaffPasswordRequest(ModifyStaffPasswordRequest 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 |
getEmail()
Get Agent email.
|
String |
getPassword()
Get The set password
|
Long |
getSdkAppId()
Get Application ID (required) can be found at https://console.cloud.tencent.com/ccc.
|
void |
setEmail(String Email)
Set Agent email.
|
void |
setPassword(String Password)
Set The set password
|
void |
setSdkAppId(Long SdkAppId)
Set Application ID (required) can be found at https://console.cloud.tencent.com/ccc.
|
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 ModifyStaffPasswordRequest()
public ModifyStaffPasswordRequest(ModifyStaffPasswordRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- Application ID (required) can be found at https://console.cloud.tencent.com/ccc.public String getEmail()
public void setEmail(String Email)
Email
- Agent email.public String getPassword()
public void setPassword(String Password)
Password
- The set passwordCopyright © 2025. All rights reserved.