public class KbdishDictionary extends AlipayObject
Constructor and Description |
---|
KbdishDictionary() |
Modifier and Type | Method and Description |
---|---|
String |
getCreateUser()
Gets create user.
|
String |
getDictionaryId()
Gets dictionary id.
|
String |
getExtInfo()
Gets ext info.
|
String |
getMerchantId()
Gets merchant id.
|
String |
getName()
Gets name.
|
String |
getStatus()
Gets status.
|
String |
getUpdateUser()
Gets update user.
|
void |
setCreateUser(String createUser)
Sets create user.
|
void |
setDictionaryId(String dictionaryId)
Sets dictionary id.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setMerchantId(String merchantId)
Sets merchant id.
|
void |
setName(String name)
Sets name.
|
void |
setStatus(String status)
Sets status.
|
void |
setUpdateUser(String updateUser)
Sets update user.
|
public String getCreateUser()
public void setCreateUser(String createUser)
createUser
- the create userpublic String getDictionaryId()
public void setDictionaryId(String dictionaryId)
dictionaryId
- the dictionary idpublic String getExtInfo()
public void setExtInfo(String extInfo)
extInfo
- the ext infopublic String getMerchantId()
public void setMerchantId(String merchantId)
merchantId
- the merchant idpublic String getName()
public void setName(String name)
name
- the namepublic String getStatus()
public void setStatus(String status)
status
- the statuspublic String getUpdateUser()
public void setUpdateUser(String updateUser)
updateUser
- the update userCopyright © 2018. All rights reserved.