-
public class SpeechTTSBean
author : JulyYu date : 2019/5/17
-
-
Field Summary
Fields Modifier and Type Field Description private String
format
private String
httpRequestType
private boolean
keepSession
private String
requestBody
private String
text
private String
ttsUrl
-
Constructor Summary
Constructors Constructor Description SpeechTTSBean(String format, String httpRequestType, boolean keepSession, String requestBody, String text, String ttsUrl)
-
Method Summary
Modifier and Type Method Description String
getFormat()
void
setFormat(String format)
String
getHttpRequestType()
void
setHttpRequestType(String httpRequestType)
void
setKeepSession(boolean keepSession)
String
getRequestBody()
void
setRequestBody(String requestBody)
String
getText()
void
setText(String text)
String
getTtsUrl()
void
setTtsUrl(String ttsUrl)
boolean
isKeepSession()
-
-
Method Detail
-
getFormat
String getFormat()
-
setFormat
void setFormat(String format)
-
getHttpRequestType
String getHttpRequestType()
-
setHttpRequestType
void setHttpRequestType(String httpRequestType)
-
setKeepSession
void setKeepSession(boolean keepSession)
-
getRequestBody
String getRequestBody()
-
setRequestBody
void setRequestBody(String requestBody)
-
getText
String getText()
-
setText
void setText(String text)
-
getTtsUrl
String getTtsUrl()
-
setTtsUrl
void setTtsUrl(String ttsUrl)
-
isKeepSession
boolean isKeepSession()
-
-
-
-