Package com.vmware.nsx_policy.model
Class BridgeEndpointStatus.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.BridgeEndpointStatus.Builder
-
- Enclosing class:
- BridgeEndpointStatus
public static final class BridgeEndpointStatus.Builder extends java.lang.ObjectBuilder class forBridgeEndpointStatus.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofBridgeEndpointStatus.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BridgeEndpointStatusbuild()BridgeEndpointStatus.BuildersetActiveNodes(java.util.List<java.lang.String> activeNodes)The Ids of the transport nodes which actively serve the endpoint.BridgeEndpointStatus.BuildersetEndpointId(java.lang.String endpointId)The id of the bridge endpoint This property may be present in responses from the server, but if it is present in a request to server it will be ignored.BridgeEndpointStatus.BuildersetLastUpdateTimestamp(java.lang.Long lastUpdateTimestamp)Timestamp when the data was last updated; unset if data source has never updated the data.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofBridgeEndpointStatus.
-
-
Method Detail
-
setActiveNodes
public BridgeEndpointStatus.Builder setActiveNodes(java.util.List<java.lang.String> activeNodes)
The Ids of the transport nodes which actively serve the endpoint. 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:
activeNodes- New value for the property.
-
setEndpointId
public BridgeEndpointStatus.Builder setEndpointId(java.lang.String endpointId)
The id of the bridge endpoint 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:
endpointId- New value for the property.
-
setLastUpdateTimestamp
public BridgeEndpointStatus.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.
-
build
public BridgeEndpointStatus build()
-
-