public class ModifyHaVipAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyHaVipAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getHaVipId()
Get The unique `ID` of the `HAVIP`, such as `havip-9o233uri`.
|
String |
getHaVipName()
Get `HAVIP` can be named freely, but the maximum length is 60 characters.
|
void |
setHaVipId(String HaVipId)
Set The unique `ID` of the `HAVIP`, such as `havip-9o233uri`.
|
void |
setHaVipName(String HaVipName)
Set `HAVIP` can be named freely, but the maximum length is 60 characters.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getHaVipId()
public void setHaVipId(String HaVipId)
HaVipId
- The unique `ID` of the `HAVIP`, such as `havip-9o233uri`.public String getHaVipName()
public void setHaVipName(String HaVipName)
HaVipName
- `HAVIP` can be named freely, but the maximum length is 60 characters.Copyright © 2020. All rights reserved.