public class LineInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
LineInfo()  | 
LineInfo(LineInfo 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 | 
getLineId()
Get Split zone ID 
 | 
String | 
getName()
Get Split zone name 
 | 
void | 
setLineId(String LineId)
Set Split zone ID 
 | 
void | 
setName(String Name)
Set Split zone name 
 | 
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 LineInfo()
public LineInfo(LineInfo source)
public String getName()
public void setName(String Name)
Name - Split zone namepublic String getLineId()
public void setLineId(String LineId)
LineId - Split zone IDCopyright © 2025. All rights reserved.