public class BPOpenApiPUID extends AlipayObject
Constructor and Description |
---|
BPOpenApiPUID() |
Modifier and Type | Method and Description |
---|---|
String |
getAppName()
Gets app name.
|
String |
getBizId()
Gets biz id.
|
String |
getBizType()
Gets biz type.
|
String |
getUniqueKey()
Gets unique key.
|
void |
setAppName(String appName)
Sets app name.
|
void |
setBizId(String bizId)
Sets biz id.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setUniqueKey(String uniqueKey)
Sets unique key.
|
public String getAppName()
public void setAppName(String appName)
appName
- the app namepublic String getBizId()
public void setBizId(String bizId)
bizId
- the biz idpublic String getBizType()
public void setBizType(String bizType)
bizType
- the biz typepublic String getUniqueKey()
public void setUniqueKey(String uniqueKey)
uniqueKey
- the unique keyCopyright © 2018. All rights reserved.