Package hydra.ext.python.syntax
Class ParamWithDefaultParameters
- java.lang.Object
-
- hydra.ext.python.syntax.ParamWithDefaultParameters
-
- All Implemented Interfaces:
java.io.Serializable
public class ParamWithDefaultParameters extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Name
FIELD_NAME_PARAM_WITH_DEFAULT
static Name
FIELD_NAME_STAR_ETC
java.util.List<ParamWithDefault>
paramWithDefault
Opt<StarEtc>
starEtc
static Name
TYPE_NAME
-
Constructor Summary
Constructors Constructor Description ParamWithDefaultParameters(java.util.List<ParamWithDefault> paramWithDefault, Opt<StarEtc> starEtc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
hashCode()
ParamWithDefaultParameters
withParamWithDefault(java.util.List<ParamWithDefault> paramWithDefault)
ParamWithDefaultParameters
withStarEtc(Opt<StarEtc> starEtc)
-
-
-
Field Detail
-
TYPE_NAME
public static final Name TYPE_NAME
-
FIELD_NAME_PARAM_WITH_DEFAULT
public static final Name FIELD_NAME_PARAM_WITH_DEFAULT
-
FIELD_NAME_STAR_ETC
public static final Name FIELD_NAME_STAR_ETC
-
paramWithDefault
public final java.util.List<ParamWithDefault> paramWithDefault
-
-
Constructor Detail
-
ParamWithDefaultParameters
public ParamWithDefaultParameters(java.util.List<ParamWithDefault> paramWithDefault, Opt<StarEtc> starEtc)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
withParamWithDefault
public ParamWithDefaultParameters withParamWithDefault(java.util.List<ParamWithDefault> paramWithDefault)
-
withStarEtc
public ParamWithDefaultParameters withStarEtc(Opt<StarEtc> starEtc)
-
-