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

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

public void setOrderItems(List<OrderItem> orderItems) {
	this.orderItems = orderItems;
}
 
public List<OrderItem> getOrderItems( ) {
	return this.orderItems;
}
 
public void setOrderItems(List<OrderItem> orderItems) {
	this.orderItems = orderItems;
}
 
public List<OrderItem> getOrderItems( ) {
	return this.orderItems;
}
 
public void setOrderItems(List<OrderItem> orderItems) {
	this.orderItems = orderItems;
}
 
public List<OrderItem> getOrderItems( ) {
	return this.orderItems;
}
 
 类所在包
 类方法
 同包方法