public class ConnectorTypeConfigurationField
Custom parameter for a class ConnectorTypeConfiguration.
class ConnectorTypeConfigurationpublic ConnectorTypeConfigurationField(@NotNull
java.lang.String label,
@NotNull
java.lang.String key,
boolean mandatory)
Custom parameter for a class ConnectorTypeConfiguration.
label - The label displayed in the admin interface.key - The technical key of the parameter.mandatory - Is the parameter is mandatory?class ConnectorTypeConfiguration@NotNull public java.lang.String getLabel()
The label displayed in the admin interface.
@NotNull public java.lang.String getKey()
The technical key of the parameter.
public boolean getMandatory()
Is the parameter is mandatory?
@NotNull public java.lang.String component1()
The label displayed in the admin interface.
@NotNull public java.lang.String component2()
The technical key of the parameter.
public boolean component3()
Is the parameter is mandatory?
@NotNull public ConnectorTypeConfigurationField copy(@NotNull java.lang.String label, @NotNull java.lang.String key, boolean mandatory)
Custom parameter for a class ConnectorTypeConfiguration.
class ConnectorTypeConfiguration@NotNull public java.lang.String toString()
Custom parameter for a class ConnectorTypeConfiguration.
class ConnectorTypeConfigurationpublic int hashCode()
Custom parameter for a class ConnectorTypeConfiguration.
class ConnectorTypeConfigurationpublic boolean equals(@Nullable
java.lang.Object p)
Custom parameter for a class ConnectorTypeConfiguration.
class ConnectorTypeConfiguration