Record Class PlusProxyApplicationDto
java.lang.Object
java.lang.Record
com.suncode.pwfl.administration.application.plusproxy.PlusProxyApplicationDto
-
Constructor Summary
ConstructorsConstructorDescriptionPlusProxyApplicationDto(String id, String name, boolean defaultConfiguration, String url, String apiKey) Creates an instance of aPlusProxyApplicationDtorecord 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.id()Returns the value of theidrecord component.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
-
PlusProxyApplicationDto
public PlusProxyApplicationDto(String id, String name, boolean defaultConfiguration, String url, String apiKey) Creates an instance of aPlusProxyApplicationDtorecord class.- Parameters:
id- the value for theidrecord componentname- 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. -
id
Returns the value of theidrecord component.- Returns:
- the value of the
idrecord component
-
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
-