public class EntityStepSelection
A step entity configuration option.
public EntityStepSelection(@Nullable
java.lang.String value,
@NotNull
java.lang.String entityRole,
@NotNull
java.lang.String entityType)
A step entity configuration option.
value - The optional entity predefined value.entityRole - The role of the searched entity.entityType - The type of searched entity.@Nullable public java.lang.String getValue()
The optional entity predefined value.
@NotNull public java.lang.String getEntityRole()
The role of the searched entity.
@NotNull public java.lang.String getEntityType()
The type of searched entity.
@Nullable public java.lang.String component1()
The optional entity predefined value.
@NotNull public java.lang.String component2()
The role of the searched entity.
@NotNull public java.lang.String component3()
The type of searched entity.
@NotNull public EntityStepSelection copy(@Nullable java.lang.String value, @NotNull java.lang.String entityRole, @NotNull java.lang.String entityType)
A step entity configuration option.
@NotNull public java.lang.String toString()
A step entity configuration option.
public int hashCode()
A step entity configuration option.
public boolean equals(@Nullable
java.lang.Object p)
A step entity configuration option.