Class InspectorRef

java.lang.Object
dev.vality.damsel.domain.InspectorRef
All Implemented Interfaces:
Serializable, Cloneable, Comparable<InspectorRef>, org.apache.thrift.TBase<InspectorRef,InspectorRef._Fields>, org.apache.thrift.TSerializable

@Generated(value="Autogenerated by Thrift Compiler (0.19.0)", date="2024-08-02") public class InspectorRef extends Object implements org.apache.thrift.TBase<InspectorRef,InspectorRef._Fields>, Serializable, Cloneable, Comparable<InspectorRef>
Inspectors
See Also:
  • Field Details

    • id

      public int id
    • metaDataMap

      public static final Map<InspectorRef._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
  • Constructor Details

    • InspectorRef

      public InspectorRef()
    • InspectorRef

      public InspectorRef(int id)
    • InspectorRef

      public InspectorRef(InspectorRef other)
      Performs a deep copy on other.
  • Method Details