Record Class EditPlusProxyApplicationDto
java.lang.Object
java.lang.Record
com.suncode.pwfl.administration.application.plusproxy.EditPlusProxyApplicationDto
-
Constructor Summary
ConstructorsConstructorDescriptionEditPlusProxyApplicationDto(String name, boolean defaultConfiguration, String url, String apiKey) Creates an instance of aEditPlusProxyApplicationDtorecord class. -
Method Summary
Modifier and TypeMethodDescriptionapiKey()Returns the value of theapiKeyrecord component.booleanReturns the value of thedefaultConfigurationrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.name()Returns the value of thenamerecord component.final StringtoString()Returns a string representation of this record class.url()Returns the value of theurlrecord component.
-
Constructor Details
-
EditPlusProxyApplicationDto
public EditPlusProxyApplicationDto(String name, boolean defaultConfiguration, String url, String apiKey) Creates an instance of aEditPlusProxyApplicationDtorecord class.- Parameters:
name- the value for thenamerecord componentdefaultConfiguration- the value for thedefaultConfigurationrecord componenturl- the value for theurlrecord componentapiKey- the value for theapiKeyrecord component
-
-
Method Details
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
name
Returns the value of thenamerecord component.- Returns:
- the value of the
namerecord component
-
defaultConfiguration
public boolean defaultConfiguration()Returns the value of thedefaultConfigurationrecord component.- Returns:
- the value of the
defaultConfigurationrecord component
-
url
Returns the value of theurlrecord component.- Returns:
- the value of the
urlrecord component
-
apiKey
Returns the value of theapiKeyrecord component.- Returns:
- the value of the
apiKeyrecord component
-