nurigo.sdk
4.3.0
nurigo.sdk
/
net.nurigo.sdk.message.model
/
RcsOption
Rcs
Option
public
final
class
RcsOption
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Rcs
Option
Link copied to clipboard
RcsOption
RcsOption
(
String
brandId
,
String
mmsType
,
String
templateId
,
Map
<
String
,
String
>
variables
)
Content copied to clipboard
Functions
get
Brand
Id
Link copied to clipboard
final
String
getBrandId
(
)
Content copied to clipboard
get
Mms
Type
Link copied to clipboard
final
String
getMmsType
(
)
Content copied to clipboard
get
Template
Id
Link copied to clipboard
final
String
getTemplateId
(
)
Content copied to clipboard
get
Variables
Link copied to clipboard
final
Map
<
String
,
String
>
getVariables
(
)
Content copied to clipboard
set
Brand
Id
Link copied to clipboard
final
Unit
setBrandId
(
String
brandId
)
Content copied to clipboard
set
Mms
Type
Link copied to clipboard
final
Unit
setMmsType
(
String
mmsType
)
Content copied to clipboard
set
Template
Id
Link copied to clipboard
final
Unit
setTemplateId
(
String
templateId
)
Content copied to clipboard
set
Variables
Link copied to clipboard
final
Unit
setVariables
(
Map
<
String
,
String
>
variables
)
Content copied to clipboard
Properties
brandId
Link copied to clipboard
private
String
brandId
Content copied to clipboard
mmsType
Link copied to clipboard
private
String
mmsType
Content copied to clipboard
templateId
Link copied to clipboard
private
String
templateId
Content copied to clipboard
variables
Link copied to clipboard
private
Map
<
String
,
String
>
variables
Content copied to clipboard