public class WorkerOnDemandSummary
public WorkerOnDemandSummary(@NotNull
java.lang.String name,
@Nullable
java.lang.String id,
@Nullable
java.time.LocalDateTime startingDate,
@NotNull
WorkerOnDemandStatus status)
@NotNull public java.lang.String getName()
@Nullable public java.lang.String getId()
@Nullable public java.time.LocalDateTime getStartingDate()
@NotNull public WorkerOnDemandStatus getStatus()
@NotNull public java.lang.String component1()
@Nullable public java.lang.String component2()
@Nullable public java.time.LocalDateTime component3()
@NotNull public WorkerOnDemandStatus component4()
@NotNull public WorkerOnDemandSummary copy(@NotNull java.lang.String name, @Nullable java.lang.String id, @Nullable java.time.LocalDateTime startingDate, @NotNull WorkerOnDemandStatus status)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)