IPA Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. IPA
- com.
public class IPA
IP Address details.
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
index()
Get the index value. |
String |
subType()
Get the subType value. |
String |
text()
Get the text value. |
IPA |
withIndex(Integer index)
Set the index value. |
IPA |
withSubType(String subType)
Set the subType value. |
IPA |
withText(String text)
Set the text value. |
Method Details
index
public Integer index()
Get the index value.
Returns:
the index value
subType
public String subType()
Get the subType value.
Returns:
the subType value
text
public String text()
Get the text value.
Returns:
the text value
withIndex
public IPA withIndex(Integer index)
Set the index value.
Parameters:
index
- the index value to set
Returns:
the IPA object itself.
withSubType
public IPA withSubType(String subType)
Set the subType value.
Parameters:
subType
- the subType value to set
Returns:
the IPA object itself.
withText
public IPA withText(String text)
Set the text value.
Parameters:
text
- the text value to set
Returns:
the IPA object itself.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java