Class Browser

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String TYPE  
    • Constructor Summary

      Constructors 
      Constructor Description
      Browser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void acceptUnknownProperties​(@NotNull java.util.Map<java.lang.String,​java.lang.Object> unknown)  
      @Nullable java.lang.String getName()  
      @Nullable java.lang.String getVersion()  
      void setName​(@Nullable java.lang.String name)  
      void setVersion​(@Nullable java.lang.String version)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Browser

        public Browser()
    • Method Detail

      • getName

        @Nullable
        public @Nullable java.lang.String getName()
      • setName

        public void setName​(@Nullable
                            @Nullable java.lang.String name)
      • getVersion

        @Nullable
        public @Nullable java.lang.String getVersion()
      • setVersion

        public void setVersion​(@Nullable
                               @Nullable java.lang.String version)