类com.alipay.api.domain.AlipayOfflinePayMasterKey源码实例Demo

下面列出了怎么用com.alipay.api.domain.AlipayOfflinePayMasterKey的API类实例代码及写法,或者点击链接到github查看源代码。

public void setKeys(List<AlipayOfflinePayMasterKey> keys) {
	this.keys = keys;
}
 
public List<AlipayOfflinePayMasterKey> getKeys( ) {
	return this.keys;
}
 
public void setKeys(List<AlipayOfflinePayMasterKey> keys) {
	this.keys = keys;
}
 
public List<AlipayOfflinePayMasterKey> getKeys( ) {
	return this.keys;
}
 
public void setKeys(List<AlipayOfflinePayMasterKey> keys) {
	this.keys = keys;
}
 
public List<AlipayOfflinePayMasterKey> getKeys( ) {
	return this.keys;
}
 
 类所在包
 类方法
 同包方法