Record Class MijnAansluitingConfiguration
java.lang.Object
java.lang.Record
energy.eddie.regionconnector.nl.mijn.aansluiting.config.MijnAansluitingConfiguration
@ConfigurationProperties("region-connector.nl.mijn.aansluiting")
public record MijnAansluitingConfiguration(String continuousKeyId, String issuerUrl, com.nimbusds.oauth2.sdk.id.ClientID continuousClientId, com.nimbusds.oauth2.sdk.Scope continuousScope, URI codeboekApi, String codeboekApiToken, URI redirectUrl)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionMijnAansluitingConfiguration(String continuousKeyId, String issuerUrl, com.nimbusds.oauth2.sdk.id.ClientID continuousClientId, com.nimbusds.oauth2.sdk.Scope continuousScope, URI codeboekApi, String codeboekApiToken, URI redirectUrl) Creates an instance of aMijnAansluitingConfigurationrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thecodeboekApirecord component.Returns the value of thecodeboekApiTokenrecord component.com.nimbusds.oauth2.sdk.id.ClientIDReturns the value of thecontinuousClientIdrecord component.Returns the value of thecontinuousKeyIdrecord component.com.nimbusds.oauth2.sdk.ScopeReturns the value of thecontinuousScoperecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of theissuerUrlrecord component.Returns the value of theredirectUrlrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
MijnAansluitingConfiguration
public MijnAansluitingConfiguration(String continuousKeyId, String issuerUrl, com.nimbusds.oauth2.sdk.id.ClientID continuousClientId, com.nimbusds.oauth2.sdk.Scope continuousScope, URI codeboekApi, String codeboekApiToken, URI redirectUrl) Creates an instance of aMijnAansluitingConfigurationrecord class.- Parameters:
continuousKeyId- the value for thecontinuousKeyIdrecord componentissuerUrl- the value for theissuerUrlrecord componentcontinuousClientId- the value for thecontinuousClientIdrecord componentcontinuousScope- the value for thecontinuousScoperecord componentcodeboekApi- the value for thecodeboekApirecord componentcodeboekApiToken- the value for thecodeboekApiTokenrecord componentredirectUrl- the value for theredirectUrlrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
continuousKeyId
Returns the value of thecontinuousKeyIdrecord component.- Returns:
- the value of the
continuousKeyIdrecord component
-
issuerUrl
Returns the value of theissuerUrlrecord component.- Returns:
- the value of the
issuerUrlrecord component
-
continuousClientId
public com.nimbusds.oauth2.sdk.id.ClientID continuousClientId()Returns the value of thecontinuousClientIdrecord component.- Returns:
- the value of the
continuousClientIdrecord component
-
continuousScope
public com.nimbusds.oauth2.sdk.Scope continuousScope()Returns the value of thecontinuousScoperecord component.- Returns:
- the value of the
continuousScoperecord component
-
codeboekApi
Returns the value of thecodeboekApirecord component.- Returns:
- the value of the
codeboekApirecord component
-
codeboekApiToken
Returns the value of thecodeboekApiTokenrecord component.- Returns:
- the value of the
codeboekApiTokenrecord component
-
redirectUrl
Returns the value of theredirectUrlrecord component.- Returns:
- the value of the
redirectUrlrecord component
-