public static final class FederationNodeSummary.Builder
extends java.lang.Object
FederationNodeSummary.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
FederationNodeSummary. |
| Modifier and Type | Method and Description |
|---|---|
FederationNodeSummary |
build() |
FederationNodeSummary.Builder |
setLinks(java.util.List<ResourceLink> links)
The server will populate this field when returing the resource.
|
FederationNodeSummary.Builder |
setNodeCount(java.lang.Long nodeCount)
Number of nodes of the type and at the component version.
|
FederationNodeSummary.Builder |
setSchema(java.lang.String schema)
Schema for this resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
FederationNodeSummary.Builder |
setSelf(SelfResourceLink self) |
FederationNodeSummary.Builder |
setVersion(java.lang.String version)
Component version
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
public Builder()
FederationNodeSummary.public FederationNodeSummary.Builder setLinks(java.util.List<ResourceLink> links)
links - New value for the property.public FederationNodeSummary.Builder setSchema(java.lang.String schema)
schema - New value for the property.public FederationNodeSummary.Builder setSelf(SelfResourceLink self)
self - New value for the property.public FederationNodeSummary.Builder setNodeCount(java.lang.Long nodeCount)
nodeCount - New value for the property.public FederationNodeSummary.Builder setVersion(java.lang.String version)
version - New value for the property.public FederationNodeSummary build()