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