public interface org.apache.lucene.analysis.tokenattributes.PayloadAttribute extends org.apache.lucene.util.Attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.lucene.analysis.tokenattributes.PayloadAttribute
  super_class: java.lang.Object
{
  public abstract org.apache.lucene.util.BytesRef getPayload();
    descriptor: ()Lorg/apache/lucene/util/BytesRef;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void setPayload(org.apache.lucene.util.BytesRef);
    descriptor: (Lorg/apache/lucene/util/BytesRef;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      payload  
}
SourceFile: "PayloadAttribute.java"