Class LicenseInfoResponse

  • All Implemented Interfaces:
    org.elasticsearch.common.io.stream.Writeable, org.elasticsearch.common.xcontent.ToXContent

    public class LicenseInfoResponse
    extends org.elasticsearch.action.support.nodes.BaseNodesResponse<LicenseInfoNodeResponse>
    implements org.elasticsearch.common.xcontent.ToXContent
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportResponse

        org.elasticsearch.transport.TransportResponse.Empty
      • Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent

        org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
      • Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable

        org.elasticsearch.common.io.stream.Writeable.Reader<V extends Object>, org.elasticsearch.common.io.stream.Writeable.Writer<V extends Object>
    • Field Summary

      • Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent

        EMPTY_PARAMS
    • Constructor Detail

      • LicenseInfoResponse

        public LicenseInfoResponse​(org.elasticsearch.common.io.stream.StreamInput in)
                            throws IOException
        Throws:
        IOException
      • LicenseInfoResponse

        public LicenseInfoResponse​(org.elasticsearch.cluster.ClusterName clusterName,
                                   List<LicenseInfoNodeResponse> nodes,
                                   List<org.elasticsearch.action.FailedNodeException> failures)
    • Method Detail

      • toXContent

        public org.elasticsearch.common.xcontent.XContentBuilder toXContent​(org.elasticsearch.common.xcontent.XContentBuilder builder,
                                                                            org.elasticsearch.common.xcontent.ToXContent.Params params)
                                                                     throws IOException
        Specified by:
        toXContent in interface org.elasticsearch.common.xcontent.ToXContent
        Throws:
        IOException