public class UpdateRoleSessionDurationRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateRoleSessionDurationRequest() | 
| UpdateRoleSessionDurationRequest(UpdateRoleSessionDurationRequest 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 | 
|---|---|
| Long | getRoleId()Get 角色ID(与角色名必填一个) | 
| String | getRoleName()Get 角色名(与角色ID必填一个) | 
| Long | getSessionDuration()Get 时长(秒) | 
| void | setRoleId(Long RoleId)Set 角色ID(与角色名必填一个) | 
| void | setRoleName(String RoleName)Set 角色名(与角色ID必填一个) | 
| void | setSessionDuration(Long SessionDuration)Set 时长(秒) | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UpdateRoleSessionDurationRequest()
public UpdateRoleSessionDurationRequest(UpdateRoleSessionDurationRequest source)
public Long getSessionDuration()
public void setSessionDuration(Long SessionDuration)
SessionDuration - 时长(秒)public String getRoleName()
public void setRoleName(String RoleName)
RoleName - 角色名(与角色ID必填一个)public Long getRoleId()
public void setRoleId(Long RoleId)
RoleId - 角色ID(与角色名必填一个)Copyright © 2025. All rights reserved.