Record Class ExternalServerCreatorParameter
java.lang.Object
java.lang.Record
com.iohao.net.external.core.ExternalServerCreatorParameter
public record ExternalServerCreatorParameter(ExternalSetting setting, MicroBootstrap microBootstrap, MicroBootstrapFlow<?> microBootstrapFlow, Set<Object> injectSet)
extends Record
ExternalServerCreatorParameter
- Since:
- 25.1
- Author:
- 渔民小镇
- date:
- 2025-10-16
-
Constructor Summary
ConstructorsConstructorDescriptionExternalServerCreatorParameter(ExternalSetting setting, MicroBootstrap microBootstrap, MicroBootstrapFlow<?> microBootstrapFlow, Set<Object> injectSet) Creates an instance of aExternalServerCreatorParameterrecord 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.Returns the value of theinjectSetrecord component.Returns the value of themicroBootstraprecord component.Returns the value of themicroBootstrapFlowrecord component.setting()Returns the value of thesettingrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
ExternalServerCreatorParameter
public ExternalServerCreatorParameter(ExternalSetting setting, MicroBootstrap microBootstrap, MicroBootstrapFlow<?> microBootstrapFlow, Set<Object> injectSet) Creates an instance of aExternalServerCreatorParameterrecord class.- Parameters:
setting- the value for thesettingrecord componentmicroBootstrap- the value for themicroBootstraprecord componentmicroBootstrapFlow- the value for themicroBootstrapFlowrecord componentinjectSet- the value for theinjectSetrecord 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). -
setting
Returns the value of thesettingrecord component.- Returns:
- the value of the
settingrecord component
-
microBootstrap
Returns the value of themicroBootstraprecord component.- Returns:
- the value of the
microBootstraprecord component
-
microBootstrapFlow
Returns the value of themicroBootstrapFlowrecord component.- Returns:
- the value of the
microBootstrapFlowrecord component
-
injectSet
-