public class EntityDefinition
public EntityDefinition(@NotNull
java.lang.String entityTypeName,
@NotNull
java.lang.String role,
@Nullable
java.lang.Boolean atStartOfDay)
atStartOfDay - To evaluate time.@NotNull public java.lang.String getEntityTypeName()
@NotNull public java.lang.String getRole()
@Nullable public java.lang.Boolean getAtStartOfDay()
To evaluate time.
@NotNull public java.lang.String component1()
@NotNull public java.lang.String component2()
@Nullable public java.lang.Boolean component3()
To evaluate time.
@NotNull public EntityDefinition copy(@NotNull java.lang.String entityTypeName, @NotNull java.lang.String role, @Nullable java.lang.Boolean atStartOfDay)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)