Klasse APIAccessKey
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.APIAccessKey
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class APIAccessKey
extends Object
APIAccessKey
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
APIAccessKey
(String apiAccessKey, String expirationDate, String expirationInterval) APIAccessKey
(Consumer<APIAccessKey> spec) Constructs a validated implementation ofAPIAccessKey
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungAPI access keyapiAccessKey
(String apiAccessKey) API access keyprotected boolean
boolean
expiration date of the api keyexpirationDate
(String expirationDate) expiration date of the api keyexpiration interval of the api keyexpirationInterval
(String expirationInterval) expiration interval of the api keyint
hashCode()
toString()
-
Felddetails
-
apiAccessKey
API access key -
expirationDate
expiration date of the api key -
expirationInterval
expiration interval of the api key
-
-
Konstruktordetails
-
APIAccessKey
Constructs a validated implementation ofAPIAccessKey
.- Parameter:
spec
- the specification to process
-
APIAccessKey
-
APIAccessKey
protected APIAccessKey()
-
-
Methodendetails
-
apiAccessKey
API access key -
expirationDate
expiration date of the api key -
expirationInterval
expiration interval of the api key -
apiAccessKey
API access key- Gibt zurück:
this
.
-
expirationDate
expiration date of the api key- Gibt zurück:
this
.
-
expirationInterval
expiration interval of the api key- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-