public class OldVip extends AbstractModel
header, skipSign
Constructor and Description |
---|
OldVip() |
OldVip(OldVip 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 |
getOldIpRetainTime()
Get Old IP retention time (hours)
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getRecycleTime()
Get IP recovery time
|
String |
getVip()
Get Unrecovered old IP addresses
|
void |
setOldIpRetainTime(Long OldIpRetainTime)
Set Old IP retention time (hours)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRecycleTime(String RecycleTime)
Set IP recovery time
|
void |
setVip(String Vip)
Set Unrecovered old IP addresses
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public OldVip()
public OldVip(OldVip source)
public String getVip()
public void setVip(String Vip)
Vip
- Unrecovered old IP addressespublic String getRecycleTime()
public void setRecycleTime(String RecycleTime)
RecycleTime
- IP recovery timepublic Long getOldIpRetainTime()
public void setOldIpRetainTime(Long OldIpRetainTime)
OldIpRetainTime
- Old IP retention time (hours)
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.