Class DatasetTooBig

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.thrift.TException
dev.vality.damsel.reports.DatasetTooBig
All Implemented Interfaces:
Serializable, Cloneable, Comparable<DatasetTooBig>, org.apache.thrift.TBase<DatasetTooBig,​DatasetTooBig._Fields>, org.apache.thrift.TSerializable

@Generated(value="Autogenerated by Thrift Compiler (0.14.2)",
           date="2022-10-25")
public class DatasetTooBig
extends org.apache.thrift.TException
implements org.apache.thrift.TBase<DatasetTooBig,​DatasetTooBig._Fields>, Serializable, Cloneable, Comparable<DatasetTooBig>
See Also:
Serialized Form
  • Field Details

    • limit

      public int limit
    • metaDataMap

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

    • DatasetTooBig

      public DatasetTooBig()
    • DatasetTooBig

      public DatasetTooBig​(int limit)
    • DatasetTooBig

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