public class CustomLineInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CustomLineInfo() | 
| CustomLineInfo(CustomLineInfo 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 | getArea()Get 自定义线路IP段 | 
| Long | getDomainId()Get 域名ID | 
| Long | getMaxCount()Get 允许使用IP段最大个数 | 
| String | getName()Get 自定义线路名称 | 
| Long | getUseCount()Get 已使用IP段个数 | 
| void | setArea(String Area)Set 自定义线路IP段 | 
| void | setDomainId(Long DomainId)Set 域名ID | 
| void | setMaxCount(Long MaxCount)Set 允许使用IP段最大个数 | 
| void | setName(String Name)Set 自定义线路名称 | 
| void | setUseCount(Long UseCount)Set 已使用IP段个数 | 
| 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 CustomLineInfo()
public CustomLineInfo(CustomLineInfo source)
public Long getDomainId()
public void setDomainId(Long DomainId)
DomainId - 域名IDpublic String getName()
public void setName(String Name)
Name - 自定义线路名称public String getArea()
public void setArea(String Area)
Area - 自定义线路IP段public Long getUseCount()
public void setUseCount(Long UseCount)
UseCount - 已使用IP段个数public Long getMaxCount()
public void setMaxCount(Long MaxCount)
MaxCount - 允许使用IP段最大个数Copyright © 2025. All rights reserved.