public class LineGroupItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
LineGroupItem() |
LineGroupItem(LineGroupItem 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 |
getCreatedOn()
Get 创建时间
|
Long |
getDomainId()
Get 域名ID
|
Long |
getId()
Get 自定义线路分组ID
|
String[] |
getLines()
Get 自定义线路分组包含的线路
|
String |
getName()
Get 自定义线路分组名称
|
String |
getUpdatedOn()
Get 更新时间
|
void |
setCreatedOn(String CreatedOn)
Set 创建时间
|
void |
setDomainId(Long DomainId)
Set 域名ID
|
void |
setId(Long Id)
Set 自定义线路分组ID
|
void |
setLines(String[] Lines)
Set 自定义线路分组包含的线路
|
void |
setName(String Name)
Set 自定义线路分组名称
|
void |
setUpdatedOn(String UpdatedOn)
Set 更新时间
|
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, toJsonString
public LineGroupItem()
public LineGroupItem(LineGroupItem source)
public Long getDomainId()
public void setDomainId(Long DomainId)
DomainId
- 域名IDpublic Long getId()
public void setId(Long Id)
Id
- 自定义线路分组IDpublic String getName()
public void setName(String Name)
Name
- 自定义线路分组名称public String[] getLines()
public void setLines(String[] Lines)
Lines
- 自定义线路分组包含的线路public String getCreatedOn()
public void setCreatedOn(String CreatedOn)
CreatedOn
- 创建时间public String getUpdatedOn()
public void setUpdatedOn(String UpdatedOn)
UpdatedOn
- 更新时间Copyright © 2025. All rights reserved.