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

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

public void setCommunityList(List<CPCommunitySet> communityList) {
	this.communityList = communityList;
}
 
public List<CPCommunitySet> getCommunityList( ) {
	return this.communityList;
}
 
public void setCommunityList(List<CPCommunitySet> communityList) {
	this.communityList = communityList;
}
 
public List<CPCommunitySet> getCommunityList( ) {
	return this.communityList;
}
 
public void setCommunityList(List<CPCommunitySet> communityList) {
	this.communityList = communityList;
}
 
public List<CPCommunitySet> getCommunityList( ) {
	return this.communityList;
}
 
 类所在包
 类方法
 同包方法