public class AiNameWeightedVariants extends Object
Constructor and Description |
---|
AiNameWeightedVariants() |
AiNameWeightedVariants(List<AiNameWeighted> names,
String comments)
Initializes a new instance of the AiNameWeightedVariants
|
Modifier and Type | Method and Description |
---|---|
AiNameWeightedVariants |
addNamesItem(AiNameWeighted namesItem) |
AiNameWeightedVariants |
comments(String comments) |
boolean |
equals(Object o) |
String |
getComments()
Usually empty; can contain extra message describing some issue occurred during processing
|
List<AiNameWeighted> |
getNames()
List of name variations
|
int |
hashCode() |
AiNameWeightedVariants |
names(List<AiNameWeighted> names) |
void |
setComments(String comments) |
void |
setNames(List<AiNameWeighted> names) |
String |
toString() |
public AiNameWeightedVariants()
public AiNameWeightedVariants(List<AiNameWeighted> names, String comments)
names
- List of name variationscomments
- Usually empty; can contain extra message describing some issue occurred during processingpublic AiNameWeightedVariants names(List<AiNameWeighted> names)
public AiNameWeightedVariants addNamesItem(AiNameWeighted namesItem)
public List<AiNameWeighted> getNames()
public void setNames(List<AiNameWeighted> names)
public AiNameWeightedVariants comments(String comments)
public String getComments()
public void setComments(String comments)
Copyright © 2020. All rights reserved.