Class SetOutBandVpnAuthPasswordRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bm.v20180423.models.SetOutBandVpnAuthPasswordRequest
-
public class SetOutBandVpnAuthPasswordRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SetOutBandVpnAuthPasswordRequest()SetOutBandVpnAuthPasswordRequest(SetOutBandVpnAuthPasswordRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOperate()Get 操作字段,取值为:Create(创建)或Update(修改)StringgetPassword()Get 设置的Vpn认证密码voidsetOperate(String Operate)Set 操作字段,取值为:Create(创建)或Update(修改)voidsetPassword(String Password)Set 设置的Vpn认证密码voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SetOutBandVpnAuthPasswordRequest
public SetOutBandVpnAuthPasswordRequest()
-
SetOutBandVpnAuthPasswordRequest
public SetOutBandVpnAuthPasswordRequest(SetOutBandVpnAuthPasswordRequest 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.
-
-
Method Detail
-
getPassword
public String getPassword()
Get 设置的Vpn认证密码- Returns:
- Password 设置的Vpn认证密码
-
setPassword
public void setPassword(String Password)
Set 设置的Vpn认证密码- Parameters:
Password- 设置的Vpn认证密码
-
getOperate
public String getOperate()
Get 操作字段,取值为:Create(创建)或Update(修改)- Returns:
- Operate 操作字段,取值为:Create(创建)或Update(修改)
-
setOperate
public void setOperate(String Operate)
Set 操作字段,取值为:Create(创建)或Update(修改)- Parameters:
Operate- 操作字段,取值为:Create(创建)或Update(修改)
-
-