Klasse ServiceOutput
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.ServiceOutput
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ServiceOutput
extends Object
ServiceOutput
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ServiceOutput
(String accessToken, Long expiresIn, String scopes, String tokenType) Constructs a validated instance ofServiceOutput
.ServiceOutput
(Consumer<ServiceOutput> spec) Constructs a validated instance ofServiceOutput
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggenerated access tokenaccessToken
(String accessToken) generated access tokenbuilder()
protected boolean
boolean
token expirytoken expiryint
hashCode()
scopes()
scopes for which the access token is issuedscopes for which the access token is issuedtoString()
-
Felddetails
-
accessToken
generated access token -
expiresIn
token expiry -
scopes
scopes for which the access token is issued -
tokenType
-
-
Konstruktordetails
-
ServiceOutput
Constructs a validated instance ofServiceOutput
.- Parameter:
spec
- the specification to process
-
ServiceOutput
Constructs a validated instance ofServiceOutput
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ServiceOutput(Consumer)
instead.- Parameter:
accessToken
- generated access tokenexpiresIn
- token expiryscopes
- scopes for which the access token is issuedtokenType
- tokenType
-
ServiceOutput
protected ServiceOutput()
-
-
Methodendetails
-
builder
-
accessToken
generated access token -
expiresIn
token expiry -
scopes
scopes for which the access token is issued -
tokenType
-
accessToken
generated access token- Gibt zurück:
this
.
-
expiresIn
token expiry- Gibt zurück:
this
.
-
scopes
scopes for which the access token is issued- Gibt zurück:
this
.
-
tokenType
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-