public class ModifyMultiPathGatewaySecretKeyRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyMultiPathGatewaySecretKeyRequest() | 
| ModifyMultiPathGatewaySecretKeyRequest(ModifyMultiPathGatewaySecretKeyRequest 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 | getSecretKey()Get 多通道安全加速网关接入密钥,base64 字符串,编码前字符串长度为 32-48 个字符。 | 
| String | getZoneId()Get 站点 ID。 | 
| void | setSecretKey(String SecretKey)Set 多通道安全加速网关接入密钥,base64 字符串,编码前字符串长度为 32-48 个字符。 | 
| void | setZoneId(String ZoneId)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 ModifyMultiPathGatewaySecretKeyRequest()
public ModifyMultiPathGatewaySecretKeyRequest(ModifyMultiPathGatewaySecretKeyRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - 站点 ID。public String getSecretKey()
public void setSecretKey(String SecretKey)
SecretKey - 多通道安全加速网关接入密钥,base64 字符串,编码前字符串长度为 32-48 个字符。Copyright © 2025. All rights reserved.