Record Class ApacheCoreClientConfiguration
java.lang.Object
java.lang.Record
io.micronaut.oraclecloud.httpclient.apache.core.ApacheCoreClientConfiguration
- Record Components:
proxyDomainSocket- The proxy domain socket to use.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionApacheCoreClientConfiguration(@Nullable String proxyDomainSocket) Creates an instance of aApacheCoreClientConfigurationrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.@Nullable StringReturns the value of theproxyDomainSocketrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
PREFIX
- See Also:
-
-
Constructor Details
-
ApacheCoreClientConfiguration
Creates an instance of aApacheCoreClientConfigurationrecord class.- Parameters:
proxyDomainSocket- the value for theproxyDomainSocketrecord 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. All components in this record class are compared withObjects::equals(Object,Object). -
proxyDomainSocket
Returns the value of theproxyDomainSocketrecord component.- Returns:
- the value of the
proxyDomainSocketrecord component
-