| Modifier and Type | Method and Description |
|---|---|
Ports |
build()
Builds a new
Ports. |
Ports.Builder |
end(Integer end)
Initializes the value for the
end attribute. |
Ports.Builder |
from(Ports instance)
Fill a builder with attribute values from the provided
Ports instance. |
Ports.Builder |
start(Integer start)
Initializes the value for the
start attribute. |
public final Ports.Builder from(Ports instance)
Ports instance.
Regular attribute values will be replaced with those from the given instance.
Absent optional values will not replace present values.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final Ports.Builder end(Integer end)
end attribute.end - The value for endthis builder for use in a chained invocationpublic final Ports.Builder start(Integer start)
start attribute.start - The value for startthis builder for use in a chained invocationpublic Ports build()
Ports.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.