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