Compartir a través de


Phone Clase

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.Phone

public class Phone

Detalles de la propiedad phone.

Resumen del método

Modificador y tipo Método y descripción
String countryCode()

Obtenga el valor countryCode.

Integer index()

Obtiene el valor del índice.

String text()

Obtiene el valor de texto.

Phone withCountryCode(String countryCode)

Establezca el valor countryCode.

Phone withIndex(Integer index)

Establezca el valor del índice.

Phone withText(String text)

Establezca el valor de texto.

Detalles del método

countryCode

public String countryCode()

Obtenga el valor countryCode.

Returns:

el valor countryCode

index

public Integer index()

Obtiene el valor del índice.

Returns:

el valor de índice

text

public String text()

Obtiene el valor de texto.

Returns:

el valor de texto

withCountryCode

public Phone withCountryCode(String countryCode)

Establezca el valor countryCode.

Parameters:

countryCode - el valor countryCode que se va a establecer

Returns:

el propio objeto Phone.

withIndex

public Phone withIndex(Integer index)

Establezca el valor del índice.

Parameters:

index - valor de índice que se va a establecer

Returns:

el propio objeto Phone.

withText

public Phone withText(String text)

Establezca el valor de texto.

Parameters:

text - el valor de texto que se va a establecer

Returns:

el propio objeto Phone.

Se aplica a