public class TestData extends AbstractModel
header, skipSign
Constructor and Description |
---|
TestData() |
TestData(TestData 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 |
getFileId()
Get File ID.
|
String[] |
getHeaderColumns()
Get Array of parameter name.
|
Boolean |
getHeaderInFile()
Get Whether the first row is parameter name.
|
String[] |
getHeadLines()
Get First few rows of dataset.
|
Long |
getLineCount()
Get Number of file lines.
|
String |
getName()
Get File name of the test dataset.
|
Long |
getSize()
Get File size.
|
Boolean |
getSplit()
Get Whether the dataset is sharded.
|
String[] |
getTailLines()
Get Last few rows of dataset.
|
String |
getType()
Get File type.
|
String |
getUpdatedAt()
Get Update time.
|
void |
setFileId(String FileId)
Set File ID.
|
void |
setHeaderColumns(String[] HeaderColumns)
Set Array of parameter name.
|
void |
setHeaderInFile(Boolean HeaderInFile)
Set Whether the first row is parameter name.
|
void |
setHeadLines(String[] HeadLines)
Set First few rows of dataset.
|
void |
setLineCount(Long LineCount)
Set Number of file lines.
|
void |
setName(String Name)
Set File name of the test dataset.
|
void |
setSize(Long Size)
Set File size.
|
void |
setSplit(Boolean Split)
Set Whether the dataset is sharded.
|
void |
setTailLines(String[] TailLines)
Set Last few rows of dataset.
|
void |
setType(String Type)
Set File type.
|
void |
setUpdatedAt(String UpdatedAt)
Set Update time.
|
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 TestData()
public TestData(TestData source)
public String getName()
public void setName(String Name)
Name
- File name of the test dataset.
Note: This field may return null, indicating that no valid value is found.public Boolean getSplit()
public void setSplit(Boolean Split)
Split
- Whether the dataset is sharded.
Note: This field may return null, indicating that no valid value is found.public Boolean getHeaderInFile()
public void setHeaderInFile(Boolean HeaderInFile)
HeaderInFile
- Whether the first row is parameter name.
Note: This field may return null, indicating that no valid value is found.public String[] getHeaderColumns()
public void setHeaderColumns(String[] HeaderColumns)
HeaderColumns
- Array of parameter name.
Note: This field may return null, indicating that no valid value is found.public Long getLineCount()
public void setLineCount(Long LineCount)
LineCount
- Number of file lines.
Note: This field may return null, indicating that no valid value is found.public String getUpdatedAt()
public void setUpdatedAt(String UpdatedAt)
UpdatedAt
- Update time.
Note: This field may return null, indicating that no valid value is found.public Long getSize()
public void setSize(Long Size)
Size
- File size.
Note: This field may return null, indicating that no valid value is found.public String[] getHeadLines()
public void setHeadLines(String[] HeadLines)
HeadLines
- First few rows of dataset.
Note: This field may return null, indicating that no valid value is found.public String[] getTailLines()
public void setTailLines(String[] TailLines)
TailLines
- Last few rows of dataset.
Note: This field may return null, indicating that no valid value is found.public String getType()
public void setType(String Type)
Type
- File type.
Note: This field may return null, indicating that no valid value is found.public String getFileId()
public void setFileId(String FileId)
FileId
- File ID.
Note: This field may return null, indicating that no valid value is found.Copyright © 2025. All rights reserved.