Klasse GetAllSubscriptionUsageOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.GetAllSubscriptionUsageOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetAllSubscriptionUsageOperationSpec
extends Object
GetAllSubscriptionUsageSpec
Specification for the GetAllSubscriptionUsage operation.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs a validated implementation ofGetAllSubscriptionUsageOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@Nullable String_package()Package name to search for usagePackage name to search for usageprotected boolean@Nullable Stringcount()true to get the count for the search or all the usages availabletrue to get the count for the search or all the usages availableboolean@Nullable Integerfrom()Starting index number of the usage result to fetchStarting index number of the usage result to fetchinthashCode()@Nullable Stringname()Subscription name to search for usageSubscription name to search for usage@Nullable Stringplan()Plan name to search for usagePlan name to search for usage@Nullable Integersize()Number of results to be fetched for the usage resultNumber of results to be fetched for the usage resulttoString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetAllSubscriptionUsageOperationSpec
@Internal public GetAllSubscriptionUsageOperationSpec(Consumer<GetAllSubscriptionUsageOperationSpec> spec) Constructs a validated implementation ofGetAllSubscriptionUsageOperationSpec.- Parameter:
spec- the specification to process
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
name
Subscription name to search for usage -
_package
Package name to search for usage -
plan
Plan name to search for usage -
from
Starting index number of the usage result to fetch -
size
Number of results to be fetched for the usage result -
count
true to get the count for the search or all the usages available -
name
Subscription name to search for usage- Gibt zurück:
this.
-
_package
Package name to search for usage- Gibt zurück:
this.
-
plan
Plan name to search for usage- Gibt zurück:
this.
-
from
Starting index number of the usage result to fetch- Gibt zurück:
this.
-
size
Number of results to be fetched for the usage result- Gibt zurück:
this.
-
count
true to get the count for the search or all the usages available- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-