public class AlipayOpenPublicQrcodeCreateModel extends AlipayObject
| Constructor and Description |
|---|
AlipayOpenPublicQrcodeCreateModel() |
| Modifier and Type | Method and Description |
|---|---|
CodeInfo |
getCodeInfo()
Gets code info.
|
String |
getCodeType()
Gets code type.
|
String |
getExpireSecond()
Gets expire second.
|
String |
getShowLogo()
Gets show logo.
|
void |
setCodeInfo(CodeInfo codeInfo)
Sets code info.
|
void |
setCodeType(String codeType)
Sets code type.
|
void |
setExpireSecond(String expireSecond)
Sets expire second.
|
void |
setShowLogo(String showLogo)
Sets show logo.
|
public CodeInfo getCodeInfo()
public void setCodeInfo(CodeInfo codeInfo)
codeInfo - the code infopublic String getCodeType()
public void setCodeType(String codeType)
codeType - the code typepublic String getExpireSecond()
public void setExpireSecond(String expireSecond)
expireSecond - the expire secondpublic String getShowLogo()
public void setShowLogo(String showLogo)
showLogo - the show logoCopyright © 2018. All rights reserved.