Class Context.Builder

java.lang.Object
All Implemented Interfaces:
WithJson<Context.Builder>, ObjectBuilder<Context>
Enclosing class:
Context

public static class Context.Builder
extends WithJsonObjectBuilderBase<Context.Builder>
implements ObjectBuilder<Context>
Builder for Context.
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • context

      public final Context.Builder context​(@Nullable java.lang.String value)
      API name: context
    • compilations

      public final Context.Builder compilations​(@Nullable java.lang.Long value)
      API name: compilations
    • cacheEvictions

      public final Context.Builder cacheEvictions​(@Nullable java.lang.Long value)
      API name: cache_evictions
    • compilationLimitTriggered

      public final Context.Builder compilationLimitTriggered​(@Nullable java.lang.Long value)
      API name: compilation_limit_triggered
    • self

      protected Context.Builder self()
      Specified by:
      self in class WithJsonObjectBuilderBase<Context.Builder>
    • build

      public Context build()
      Builds a Context.
      Specified by:
      build in interface ObjectBuilder<Context>
      Throws:
      java.lang.NullPointerException - if some of the required fields are null.