StringRef Class

  • java.lang.Object
    • com.microsoft.cognitiveservices.speech.util.StringRef

public class StringRef

Internal StringRef class

Constructor Summary

Constructor Description
StringRef(String val)

A reference to a String

Method Summary

Modifier and Type Method and Description
java.lang.String getValue()

Gets the String value

void setValue(String newValue)

Sets the String value

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

StringRef

public StringRef(String val)

A reference to a String

Parameters:

val - Value of the string.

Method Details

getValue

public String getValue()

Gets the String value

Returns:

String value

setValue

public void setValue(String newValue)

Sets the String value

Parameters:

newValue - String value to set.

Applies to