public static final class DiscoveryUpstreamData.Builder
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
DiscoveryUpstreamData |
build()
build new Object.
|
static DiscoveryUpstreamData.Builder |
builder()
build new Object.
|
DiscoveryUpstreamData.Builder |
dateCreated(java.sql.Timestamp dateCreated)
build dateCreated.
|
DiscoveryUpstreamData.Builder |
dateUpdated(java.sql.Timestamp dateUpdated)
build dateUpdated.
|
DiscoveryUpstreamData.Builder |
discoveryHandlerId(java.lang.String discoveryHandlerId)
build discoveryHandlerId.
|
DiscoveryUpstreamData.Builder |
id(java.lang.String id)
build id.
|
DiscoveryUpstreamData.Builder |
props(java.lang.String props)
build props.
|
DiscoveryUpstreamData.Builder |
protocol(java.lang.String protocol)
build protocol.
|
DiscoveryUpstreamData.Builder |
status(int status)
build status.
|
DiscoveryUpstreamData.Builder |
url(java.lang.String url)
build url.
|
DiscoveryUpstreamData.Builder |
weight(int weight)
build weight.
|
public static DiscoveryUpstreamData.Builder builder()
public DiscoveryUpstreamData.Builder id(java.lang.String id)
id - idpublic DiscoveryUpstreamData.Builder dateCreated(java.sql.Timestamp dateCreated)
dateCreated - dateCreatedpublic DiscoveryUpstreamData.Builder dateUpdated(java.sql.Timestamp dateUpdated)
dateUpdated - dateUpdatedpublic DiscoveryUpstreamData.Builder discoveryHandlerId(java.lang.String discoveryHandlerId)
discoveryHandlerId - discoveryHandlerIdpublic DiscoveryUpstreamData.Builder protocol(java.lang.String protocol)
protocol - protocolpublic DiscoveryUpstreamData.Builder url(java.lang.String url)
url - urlpublic DiscoveryUpstreamData.Builder status(int status)
status - statuspublic DiscoveryUpstreamData.Builder weight(int weight)
weight - weightpublic DiscoveryUpstreamData.Builder props(java.lang.String props)
props - propspublic DiscoveryUpstreamData build()
Copyright © 2024 The Apache Software Foundation. All rights reserved.