Class AutoValue_Module


  • @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_Module
    extends Module
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      (package private) static class  AutoValue_Module.Builder  
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String name  
      private boolean noAutogen  
      private com.google.common.collect.ImmutableSet<Source> sources  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AutoValue_Module​(java.lang.String name, boolean noAutogen, com.google.common.collect.ImmutableSet<Source> sources)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      java.lang.String name()  
      boolean noAutogen()  
      com.google.common.collect.ImmutableSet<Source> sources()  
      java.lang.String toString()  
      • Methods inherited from class org.eclipse.cbi.maven.plugins.flatpakager.model.Module

        builder
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • name

        private final java.lang.String name
      • noAutogen

        private final boolean noAutogen
      • sources

        private final com.google.common.collect.ImmutableSet<Source> sources
    • Constructor Detail

      • AutoValue_Module

        private AutoValue_Module​(java.lang.String name,
                                 boolean noAutogen,
                                 com.google.common.collect.ImmutableSet<Source> sources)
    • Method Detail

      • name

        public java.lang.String name()
        Specified by:
        name in class Module
      • noAutogen

        public boolean noAutogen()
        Specified by:
        noAutogen in class Module
      • sources

        public com.google.common.collect.ImmutableSet<Source> sources()
        Specified by:
        sources in class Module
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object