Class V1DocketResponse.PacerFees.Builder
-
- All Implemented Interfaces:
public final class V1DocketResponse.PacerFees.BuilderA builder for PacerFees.
-
-
Method Summary
-
-
Method Detail
-
currency
final V1DocketResponse.PacerFees.Builder currency(V1DocketResponse.PacerFees.Currency currency)
-
currency
final V1DocketResponse.PacerFees.Builder currency(JsonField<V1DocketResponse.PacerFees.Currency> currency)
Sets Builder.currency to an arbitrary JSON value.
You should usually call Builder.currency with a well-typed Currency value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
fetchDurationMs
final V1DocketResponse.PacerFees.Builder fetchDurationMs(Long fetchDurationMs)
Time taken for PACER fetch in milliseconds
-
fetchDurationMs
final V1DocketResponse.PacerFees.Builder fetchDurationMs(JsonField<Long> fetchDurationMs)
Sets Builder.fetchDurationMs to an arbitrary JSON value.
You should usually call Builder.fetchDurationMs with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
maxPacerCost
final V1DocketResponse.PacerFees.Builder maxPacerCost(Double maxPacerCost)
Maximum PACER charge per docket in USD
-
maxPacerCost
final V1DocketResponse.PacerFees.Builder maxPacerCost(JsonField<Double> maxPacerCost)
Sets Builder.maxPacerCost to an arbitrary JSON value.
You should usually call Builder.maxPacerCost with a well-typed Double value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
serviceFee
final V1DocketResponse.PacerFees.Builder serviceFee(Double serviceFee)
CaseMark service fee in USD
-
serviceFee
final V1DocketResponse.PacerFees.Builder serviceFee(JsonField<Double> serviceFee)
Sets Builder.serviceFee to an arbitrary JSON value.
You should usually call Builder.serviceFee with a well-typed Double value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final V1DocketResponse.PacerFees.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V1DocketResponse.PacerFees.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V1DocketResponse.PacerFees.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V1DocketResponse.PacerFees.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V1DocketResponse.PacerFees.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V1DocketResponse.PacerFees build()
Returns an immutable instance of PacerFees.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-