public class ModifyInstanceTokenRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyInstanceTokenRequest() | 
| ModifyInstanceTokenRequest(ModifyInstanceTokenRequest 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 | getDesc()Get 访问凭证描述 | 
| Boolean | getEnable()Get 启用或禁用实例长期访问凭证 | 
| Long | getModifyFlag()Get 1为修改描述 2为操作启动禁用,默认值为2 | 
| String | getRegistryId()Get 实例 ID | 
| String | getTokenId()Get 实例长期访问凭证 ID | 
| void | setDesc(String Desc)Set 访问凭证描述 | 
| void | setEnable(Boolean Enable)Set 启用或禁用实例长期访问凭证 | 
| void | setModifyFlag(Long ModifyFlag)Set 1为修改描述 2为操作启动禁用,默认值为2 | 
| void | setRegistryId(String RegistryId)Set 实例 ID | 
| void | setTokenId(String TokenId)Set 实例长期访问凭证 ID | 
| 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 ModifyInstanceTokenRequest()
public ModifyInstanceTokenRequest(ModifyInstanceTokenRequest source)
public String getTokenId()
public void setTokenId(String TokenId)
TokenId - 实例长期访问凭证 IDpublic String getRegistryId()
public void setRegistryId(String RegistryId)
RegistryId - 实例 IDpublic Boolean getEnable()
public void setEnable(Boolean Enable)
Enable - 启用或禁用实例长期访问凭证public String getDesc()
public void setDesc(String Desc)
Desc - 访问凭证描述public Long getModifyFlag()
public void setModifyFlag(Long ModifyFlag)
ModifyFlag - 1为修改描述 2为操作启动禁用,默认值为2Copyright © 2025. All rights reserved.