public static final class InterfaceArpTableInCsvFormat.Builder
extends java.lang.Object
InterfaceArpTableInCsvFormat
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
InterfaceArpTableInCsvFormat . |
Modifier and Type | Method and Description |
---|---|
InterfaceArpTableInCsvFormat |
build() |
InterfaceArpTableInCsvFormat.Builder |
setFileName(java.lang.String fileName)
File name set by HTTP server if API returns CSV result as a file.
|
InterfaceArpTableInCsvFormat.Builder |
setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
Timestamp when the data was last updated; unset if data source has never updated
the data.
|
InterfaceArpTableInCsvFormat.Builder |
setResults(java.util.List<InterfaceArpCsvRecord> results) |
public Builder()
InterfaceArpTableInCsvFormat
.public InterfaceArpTableInCsvFormat.Builder setFileName(java.lang.String fileName)
fileName
- New value for the property.public InterfaceArpTableInCsvFormat.Builder setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
lastUpdateTimestamp
- New value for the property.public InterfaceArpTableInCsvFormat.Builder setResults(java.util.List<InterfaceArpCsvRecord> results)
results
- New value for the property.public InterfaceArpTableInCsvFormat build()