Java源码示例:com.alipay.api.domain.ContactFollower

示例1
public void setContactFollowList(List<ContactFollower> contactFollowList) {
	this.contactFollowList = contactFollowList;
}
 
示例2
public List<ContactFollower> getContactFollowList( ) {
	return this.contactFollowList;
}
 
示例3
public void setContactFollowList(List<ContactFollower> contactFollowList) {
	this.contactFollowList = contactFollowList;
}
 
示例4
public List<ContactFollower> getContactFollowList( ) {
	return this.contactFollowList;
}
 
示例5
public void setContactFollowList(List<ContactFollower> contactFollowList) {
	this.contactFollowList = contactFollowList;
}
 
示例6
public List<ContactFollower> getContactFollowList( ) {
	return this.contactFollowList;
}