| Constructor and Description |
|---|
PartImpl(java.util.List<java.lang.String> variants,
PartType type) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
component1()
The variants for this part.
|
PartType |
component2()
The type of this part can be Text and VoiceOnly.
|
PartImpl |
copy(java.util.List<java.lang.String> variants,
PartType type) |
boolean |
equals(java.lang.Object p) |
PartType |
getType()
The type of this part can be Text and VoiceOnly.
|
java.util.List<java.lang.String> |
getVariants()
The variants for this part.
|
int |
hashCode() |
java.lang.String |
toString() |
getType, getVariantspublic PartImpl(java.util.List<java.lang.String> variants,
PartType type)
variants - The variants for this part. Please make sure that there are no grammatical issues when you use another alternative.type - The type of this part can be Text and VoiceOnly.public java.util.List<java.lang.String> getVariants()
The variants for this part.
Please make sure that there are no grammatical issues when you use another alternative.
public PartType getType()
The type of this part can be Text and VoiceOnly.
public java.util.List<java.lang.String> component1()
The variants for this part.
Please make sure that there are no grammatical issues when you use another alternative.
public PartType component2()
The type of this part can be Text and VoiceOnly.
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)