Class Version2d.Element.Builder

java.lang.Object
com.arpnetworking.commons.builder.OvalBuilder<T>
com.arpnetworking.commons.builder.ThreadLocalBuilder<Version2d.Element>
com.arpnetworking.metrics.mad.model.json.Version2d.Element.Builder
All Implemented Interfaces:
com.arpnetworking.commons.builder.Builder<Version2d.Element>
Enclosing class:
Version2d.Element

public static final class Version2d.Element.Builder extends com.arpnetworking.commons.builder.ThreadLocalBuilder<Version2d.Element>
Builder implementation for Version2d.Element.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Public constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    Sets the value field.

    Methods inherited from class com.arpnetworking.commons.builder.ThreadLocalBuilder

    build, build, buildGeneric, clone, clone

    Methods inherited from class com.arpnetworking.commons.builder.OvalBuilder

    clone, clone, construct, isSelfValidating, toString, validate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Builder

      public Builder()
      Public constructor.
  • Method Details