public class Task extends AbstractModel
Constructor and Description |
---|
Task() |
Task(Task source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getDataId()
Get Unique data ID
|
String |
getOpenId()
Get GME Voice Chat user ID, which is entered during voice analysis by GME Voice Chat.
|
String |
getRoomId()
Get GME Voice Chat room ID, which is entered during voice analysis by GME Voice Chat.
|
String |
getUrl()
Get URL-encoded data file URL, which is a pull address if the detected voice 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 voice analysis by GME Voice Chat.
|
void |
setRoomId(String RoomId)
Set GME Voice Chat room ID, which is entered during voice analysis by GME Voice Chat.
|
void |
setUrl(String Url)
Set URL-encoded data file URL, which is a pull address if the detected voice 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 Task()
public Task(Task source)
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 voice is a stream.public String getRoomId()
public void setRoomId(String RoomId)
RoomId
- GME Voice Chat room ID, which is entered during voice analysis by GME Voice Chat.public String getOpenId()
public void setOpenId(String OpenId)
OpenId
- GME Voice Chat user ID, which is entered during voice analysis by GME Voice Chat.Copyright © 2023. All rights reserved.