public class AlipayOfflinePayMasterKey extends AlipayObject
| Constructor and Description |
|---|
AlipayOfflinePayMasterKey() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getKeyId()
Gets key id.
|
String |
getPublicKey()
Gets public key.
|
void |
setKeyId(Long keyId)
Sets key id.
|
void |
setPublicKey(String publicKey)
Sets public key.
|
public Long getKeyId()
public void setKeyId(Long keyId)
keyId - the key idpublic String getPublicKey()
public void setPublicKey(String publicKey)
publicKey - the public keyCopyright © 2018. All rights reserved.