Builder

public abstract class Builder

Builder for EntityLabel.

Constructors

Link copied to clipboard
public void EntityLabel.Builder()

Functions

Link copied to clipboard
public abstract EntityLabel build()
Link copied to clipboard
@CanIgnoreReturnValue()
public EntityLabel.Builder clearLabel()
Clears the value of label field.
Link copied to clipboard
@CanIgnoreReturnValue()
public EntityLabel.Builder clearScore()
Clears the value of score field.
Link copied to clipboard
public abstract EntityLabel.Builder label(String label)
Setter for label.
Link copied to clipboard
public abstract EntityLabel.Builder score(Float score)
Setter for score.