public class Task extends AbstractModel
Constructor and Description |
---|
Task() |
Modifier and Type | Method and Description |
---|---|
String |
getDataId()
Get Unique data ID
|
String |
getOpenId()
Get GME voice chat user ID, which is entered during speech detection by GME voice chat
|
String |
getRoomId()
Get GME voice chat room ID, which is entered during speech detection by GME voice chat
|
String |
getUrl()
Get URL-encoded data file URL, which is a pull address if the detected speech is a stream
|
void |
setDataId(String DataId)
Set Unique data ID
|
void |
setOpenId(String OpenId)
Set GME voice chat user ID, which is entered during speech detection by GME voice chat
|
void |
setRoomId(String RoomId)
Set GME voice chat room ID, which is entered during speech detection by GME voice chat
|
void |
setUrl(String Url)
Set URL-encoded data file URL, which is a pull address if the detected speech is a stream
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getDataId()
public void setDataId(String DataId)
DataId
- Unique data IDpublic String getUrl()
public void setUrl(String Url)
Url
- URL-encoded data file URL, which is a pull address if the detected speech is a streampublic String getRoomId()
public void setRoomId(String RoomId)
RoomId
- GME voice chat room ID, which is entered during speech detection by GME voice chatpublic String getOpenId()
public void setOpenId(String OpenId)
OpenId
- GME voice chat user ID, which is entered during speech detection by GME voice chatCopyright © 2020. All rights reserved.