Class PlanNotFound

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

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

    • plan_id

      public String plan_id
    • metaDataMap

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

    • PlanNotFound

      public PlanNotFound()
    • PlanNotFound

      public PlanNotFound(String plan_id)
    • PlanNotFound

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