Record Class FluxzeroIdpStubApp.Config
java.lang.Object
java.lang.Record
io.fluxzero.idp.testsupport.localstub.FluxzeroIdpStubApp.Config
- Enclosing class:
FluxzeroIdpStubApp
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theapplicationNamerecord component.final booleanIndicates whether some other object is "equal to" this one.static FluxzeroIdpStubApp.Configfinal inthashCode()Returns a hash code value for this object.Returns the value of thenamespacerecord component.Returns the value of theruntimeBaseUrlrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Config
Creates an instance of aConfigrecord class.- Parameters:
runtimeBaseUrl- the value for theruntimeBaseUrlrecord componentapplicationName- the value for theapplicationNamerecord componentnamespace- the value for thenamespacerecord component
-
-
Method Details
-
fromEnvironment
-
toString
-
hashCode
-
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). -
runtimeBaseUrl
Returns the value of theruntimeBaseUrlrecord component.- Returns:
- the value of the
runtimeBaseUrlrecord component
-
applicationName
Returns the value of theapplicationNamerecord component.- Returns:
- the value of the
applicationNamerecord component
-
namespace
Returns the value of thenamespacerecord component.- Returns:
- the value of the
namespacerecord component
-