Package io.dialob.boot.controller
Record Class ComposerController.ComposerConfig
java.lang.Object
java.lang.Record
io.dialob.boot.controller.ComposerController.ComposerConfig
- Enclosing class:
ComposerController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theadminAppUrlrecord component.Returns the value of thebackendApiUrlrecord component.csrf()Returns the value of thecsrfrecord component.Returns the value of thecsrfHeaderrecord component.Returns the value of thedocumentationUrlrecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of thefillingAppUrlrecord component.formId()Returns the value of theformIdrecord component.final inthashCode()Returns a hash code value for this object.tenantId()Returns the value of thetenantIdrecord component.final StringtoString()Returns a string representation of this record class.version()Returns the value of theversionrecord component.
-
Constructor Details
-
ComposerConfig
public ComposerConfig(String backendApiUrl, String documentationUrl, String fillingAppUrl, String csrf, String csrfHeader, String formId, String adminAppUrl, String tenantId, String version) Creates an instance of aComposerConfigrecord class.- Parameters:
backendApiUrl- the value for thebackendApiUrlrecord componentdocumentationUrl- the value for thedocumentationUrlrecord componentfillingAppUrl- the value for thefillingAppUrlrecord componentcsrf- the value for thecsrfrecord componentcsrfHeader- the value for thecsrfHeaderrecord componentformId- the value for theformIdrecord componentadminAppUrl- the value for theadminAppUrlrecord componenttenantId- the value for thetenantIdrecord componentversion- the value for theversionrecord 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). -
backendApiUrl
Returns the value of thebackendApiUrlrecord component.- Returns:
- the value of the
backendApiUrlrecord component
-
documentationUrl
Returns the value of thedocumentationUrlrecord component.- Returns:
- the value of the
documentationUrlrecord component
-
fillingAppUrl
Returns the value of thefillingAppUrlrecord component.- Returns:
- the value of the
fillingAppUrlrecord component
-
csrf
Returns the value of thecsrfrecord component.- Returns:
- the value of the
csrfrecord component
-
csrfHeader
Returns the value of thecsrfHeaderrecord component.- Returns:
- the value of the
csrfHeaderrecord component
-
formId
Returns the value of theformIdrecord component.- Returns:
- the value of the
formIdrecord component
-
adminAppUrl
Returns the value of theadminAppUrlrecord component.- Returns:
- the value of the
adminAppUrlrecord component
-
tenantId
Returns the value of thetenantIdrecord component.- Returns:
- the value of the
tenantIdrecord component
-
version
Returns the value of theversionrecord component.- Returns:
- the value of the
versionrecord component
-