Class V1DocketResponse.PacerFees
-
- All Implemented Interfaces:
public final class V1DocketResponse.PacerFeesPACER fee information (present when live: true)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classV1DocketResponse.PacerFees.BuilderA builder for PacerFees.
public final classV1DocketResponse.PacerFees.Currency
-
Method Summary
Modifier and Type Method Description final Optional<V1DocketResponse.PacerFees.Currency>currency()final Optional<Long>fetchDurationMs()Time taken for PACER fetch in milliseconds final Optional<Double>maxPacerCost()Maximum PACER charge per docket in USD final Optional<Double>serviceFee()CaseMark service fee in USD final JsonField<V1DocketResponse.PacerFees.Currency>_currency()Returns the raw JSON value of currency. final JsonField<Long>_fetchDurationMs()Returns the raw JSON value of fetchDurationMs. final JsonField<Double>_maxPacerCost()Returns the raw JSON value of maxPacerCost. final JsonField<Double>_serviceFee()Returns the raw JSON value of serviceFee. final Map<String, JsonValue>_additionalProperties()final V1DocketResponse.PacerFees.BuildertoBuilder()final V1DocketResponse.PacerFeesvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static V1DocketResponse.PacerFees.Builderbuilder()Returns a mutable builder for constructing an instance of PacerFees. -
-
Method Detail
-
currency
final Optional<V1DocketResponse.PacerFees.Currency> currency()
-
fetchDurationMs
final Optional<Long> fetchDurationMs()
Time taken for PACER fetch in milliseconds
-
maxPacerCost
final Optional<Double> maxPacerCost()
Maximum PACER charge per docket in USD
-
serviceFee
final Optional<Double> serviceFee()
CaseMark service fee in USD
-
_currency
final JsonField<V1DocketResponse.PacerFees.Currency> _currency()
Returns the raw JSON value of currency.
Unlike currency, this method doesn't throw if the JSON field has an unexpected type.
-
_fetchDurationMs
final JsonField<Long> _fetchDurationMs()
Returns the raw JSON value of fetchDurationMs.
Unlike fetchDurationMs, this method doesn't throw if the JSON field has an unexpected type.
-
_maxPacerCost
final JsonField<Double> _maxPacerCost()
Returns the raw JSON value of maxPacerCost.
Unlike maxPacerCost, this method doesn't throw if the JSON field has an unexpected type.
-
_serviceFee
final JsonField<Double> _serviceFee()
Returns the raw JSON value of serviceFee.
Unlike serviceFee, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final V1DocketResponse.PacerFees.Builder toBuilder()
-
validate
final V1DocketResponse.PacerFees validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static V1DocketResponse.PacerFees.Builder builder()
Returns a mutable builder for constructing an instance of PacerFees.
-
-
-
-