Class SentryPackage

    • 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)  
      @NotNull java.lang.String getName()  
      @NotNull java.lang.String getVersion()  
      void setName​(@NotNull java.lang.String name)  
      void setVersion​(@NotNull java.lang.String version)  
      • Methods inherited from class java.lang.Object

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

      • SentryPackage

        public SentryPackage​(@NotNull
                             @NotNull java.lang.String name,
                             @NotNull
                             @NotNull java.lang.String version)
    • Method Detail

      • getName

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

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

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

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