Uses of Class
com.vmware.nsx_policy.model.GatewayRouteTableInCsvFormat.Builder
-
Packages that use GatewayRouteTableInCsvFormat.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of GatewayRouteTableInCsvFormat.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return GatewayRouteTableInCsvFormat.Builder Modifier and Type Method Description GatewayRouteTableInCsvFormat.Builder
GatewayRouteTableInCsvFormat.Builder. setFileName(java.lang.String fileName)
File name set by HTTP server if API returns CSV result as a file.GatewayRouteTableInCsvFormat.Builder
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
GatewayRouteTableInCsvFormat.Builder. setResults(java.util.List<GatewayRouteCsvRecord> results)
-