Class XPackInfoResponse.FeatureSetsInfo.FeatureSet

    • Constructor Detail

      • FeatureSet

        public FeatureSet​(java.lang.String name,
                          @Nullable
                          java.lang.String description,
                          boolean available,
                          boolean enabled,
                          @Nullable
                          java.util.Map<java.lang.String,java.lang.Object> nativeCodeInfo)
      • FeatureSet

        public FeatureSet​(StreamInput in)
                   throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • writeTo

        public void writeTo​(StreamOutput out)
                     throws java.io.IOException
        Specified by:
        writeTo in interface Writeable
        Throws:
        java.io.IOException
      • name

        public java.lang.String name()
      • description

        @Nullable
        public java.lang.String description()
      • available

        public boolean available()
      • enabled

        public boolean enabled()
      • nativeCodeInfo

        @Nullable
        public java.util.Map<java.lang.String,java.lang.Object> nativeCodeInfo()
      • equals

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

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