Package com.vmware.nsx_policy.model
Class GatewayRouteTableInCsvFormat.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.GatewayRouteTableInCsvFormat.Builder
-
- Enclosing class:
- GatewayRouteTableInCsvFormat
public static final class GatewayRouteTableInCsvFormat.Builder extends java.lang.Object
Builder class forGatewayRouteTableInCsvFormat
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofGatewayRouteTableInCsvFormat
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofGatewayRouteTableInCsvFormat
.
-
-
Method Detail
-
setFileName
public GatewayRouteTableInCsvFormat.Builder setFileName(java.lang.String fileName)
File name set by HTTP server if API returns CSV result as a file.- Parameters:
fileName
- New value for the property.
-
setLastUpdateTimestamp
public GatewayRouteTableInCsvFormat.Builder setLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)
Timestamp when the data was last updated; unset if data source has never updated the data. format: int64 This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
lastUpdateTimestamp
- New value for the property.
-
setResults
public GatewayRouteTableInCsvFormat.Builder setResults(java.util.List<GatewayRouteCsvRecord> results)
- Parameters:
results
- New value for the property.
-
build
public GatewayRouteTableInCsvFormat build()
-
-