public final class PlayAudioResult extends Object
| Constructor and Description |
|---|
PlayAudioResult(String operationId,
OperationStatus status,
String operationContext,
ResultInfo resultInfo)
Initializes a new instance of PlayAudioResult.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getOperationContext()
Get the operationContext property: Gets or sets the operation context.
|
String |
getOperationId()
Get the operationId property: The operation id.
|
ResultInfo |
getResultInfo()
Get the resultInfo property: Gets or sets the result info.
|
OperationStatus |
getStatus()
Get the status property: Gets or sets the status of the operation.
|
public PlayAudioResult(String operationId, OperationStatus status, String operationContext, ResultInfo resultInfo)
operationId - the operationId value.status - the status value.operationContext - the operationContext value.resultInfo - the resultInfo value.public String getOperationId()
public OperationStatus getStatus()
public String getOperationContext()
public ResultInfo getResultInfo()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.