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

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

public void setResult(List<CustomerEntity> result) {
	this.result = result;
}
 
public List<CustomerEntity> getResult( ) {
	return this.result;
}
 
public void setResult(List<CustomerEntity> result) {
	this.result = result;
}
 
public List<CustomerEntity> getResult( ) {
	return this.result;
}
 
源代码5 项目: pay   文件: AlipayZdataassetsMetadataResponse.java
public void setResult(List<CustomerEntity> result) {
	this.result = result;
}
 
源代码6 项目: pay   文件: AlipayZdataassetsMetadataResponse.java
public List<CustomerEntity> getResult( ) {
	return this.result;
}
 
 类所在包
 类方法
 同包方法