public static final class SMFFormatVersion.Builder extends Object
SMFFormatVersion.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
| Modifier and Type | Method and Description |
|---|---|
SMFFormatVersion |
build()
Builds a new
SMFFormatVersion. |
SMFFormatVersion.Builder |
from(SMFFormatVersionType instance)
Fill a builder with attribute values from the provided
SMFFormatVersionType instance. |
SMFFormatVersion.Builder |
setMajor(int major)
Initializes the value for the
major attribute. |
SMFFormatVersion.Builder |
setMinor(int minor)
Initializes the value for the
minor attribute. |
public final SMFFormatVersion.Builder from(SMFFormatVersionType instance)
SMFFormatVersionType 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 SMFFormatVersion.Builder setMajor(int major)
major attribute.major - The value for majorthis builder for use in a chained invocationpublic final SMFFormatVersion.Builder setMinor(int minor)
minor attribute.minor - The value for minorthis builder for use in a chained invocationpublic SMFFormatVersion build()
SMFFormatVersion.IllegalStateException - if any required attributes are missingCopyright © 2017 <code@io7m.com> http://io7m.com