Record Class WindowsProxyHelper.ProxyInfo
java.lang.Object
java.lang.Record
cool.scx.ffm.platform.win32.helper.WindowsProxyHelper.ProxyInfo
- Enclosing class:
WindowsProxyHelper
-
Constructor Summary
Constructors -
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.Returns the value of theproxyEnablerecord component.String[]Returns the value of theproxyOverriderecord component.Returns the value of theproxyServerrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ProxyInfo
Creates an instance of aProxyInforecord class.- Parameters:
proxyServer- the value for theproxyServerrecord componentproxyEnable- the value for theproxyEnablerecord componentproxyOverride- the value for theproxyOverriderecord 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). -
proxyServer
Returns the value of theproxyServerrecord component.- Returns:
- the value of the
proxyServerrecord component
-
proxyEnable
Returns the value of theproxyEnablerecord component.- Returns:
- the value of the
proxyEnablerecord component
-
proxyOverride
Returns the value of theproxyOverriderecord component.- Returns:
- the value of the
proxyOverriderecord component
-