com.alipay.api.domain.InsProduct Java Examples

The following examples show how to use com.alipay.api.domain.InsProduct. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: AlipayInsSceneCouponReceiveResponse.java    From alipay-sdk with Apache License 2.0 4 votes vote down vote up
public void setProduct(InsProduct product) {
	this.product = product;
}
 
Example #2
Source File: AlipayInsSceneCouponSendResponse.java    From pay with Apache License 2.0 4 votes vote down vote up
public InsProduct getProduct( ) {
	return this.product;
}
 
Example #3
Source File: AlipayInsSceneCouponSendResponse.java    From pay with Apache License 2.0 4 votes vote down vote up
public void setProduct(InsProduct product) {
	this.product = product;
}
 
Example #4
Source File: AlipayInsSceneCouponReceiveResponse.java    From pay with Apache License 2.0 4 votes vote down vote up
public InsProduct getProduct( ) {
	return this.product;
}
 
Example #5
Source File: AlipayInsSceneCouponReceiveResponse.java    From pay with Apache License 2.0 4 votes vote down vote up
public void setProduct(InsProduct product) {
	this.product = product;
}
 
Example #6
Source File: AlipayInsAutoAutoinsprodQuoteQueryResponse.java    From alipay-sdk with Apache License 2.0 4 votes vote down vote up
public InsProduct getForceProduct( ) {
	return this.forceProduct;
}
 
Example #7
Source File: AlipayInsAutoAutoinsprodQuoteQueryResponse.java    From alipay-sdk with Apache License 2.0 4 votes vote down vote up
public void setForceProduct(InsProduct forceProduct) {
	this.forceProduct = forceProduct;
}
 
Example #8
Source File: AlipayInsAutoAutoinsprodQuoteQueryResponse.java    From alipay-sdk with Apache License 2.0 4 votes vote down vote up
public InsProduct getBusinessProduct( ) {
	return this.businessProduct;
}
 
Example #9
Source File: AlipayInsAutoAutoinsprodQuoteQueryResponse.java    From alipay-sdk with Apache License 2.0 4 votes vote down vote up
public void setBusinessProduct(InsProduct businessProduct) {
	this.businessProduct = businessProduct;
}
 
Example #10
Source File: AlipayInsSceneCouponSendResponse.java    From alipay-sdk with Apache License 2.0 4 votes vote down vote up
public InsProduct getProduct( ) {
	return this.product;
}
 
Example #11
Source File: AlipayInsSceneCouponSendResponse.java    From alipay-sdk with Apache License 2.0 4 votes vote down vote up
public void setProduct(InsProduct product) {
	this.product = product;
}
 
Example #12
Source File: AlipayInsSceneCouponReceiveResponse.java    From alipay-sdk with Apache License 2.0 4 votes vote down vote up
public InsProduct getProduct( ) {
	return this.product;
}
 
Example #13
Source File: AlipayInsCooperationProductQueryResponse.java    From alipay-sdk-java-all with Apache License 2.0 4 votes vote down vote up
public void setProduct(InsProduct product) {
	this.product = product;
}
 
Example #14
Source File: AlipayInsSceneProductAccessApplyResponse.java    From alipay-sdk-java-all with Apache License 2.0 4 votes vote down vote up
public InsProduct getProduct( ) {
	return this.product;
}
 
Example #15
Source File: AlipayInsSceneProductAccessApplyResponse.java    From alipay-sdk-java-all with Apache License 2.0 4 votes vote down vote up
public void setProduct(InsProduct product) {
	this.product = product;
}
 
Example #16
Source File: AlipayInsAutoAutoinsprodQuoteQueryResponse.java    From alipay-sdk-java-all with Apache License 2.0 4 votes vote down vote up
public InsProduct getForceProduct( ) {
	return this.forceProduct;
}
 
Example #17
Source File: AlipayInsAutoAutoinsprodQuoteQueryResponse.java    From alipay-sdk-java-all with Apache License 2.0 4 votes vote down vote up
public void setForceProduct(InsProduct forceProduct) {
	this.forceProduct = forceProduct;
}
 
Example #18
Source File: AlipayInsAutoAutoinsprodQuoteQueryResponse.java    From alipay-sdk-java-all with Apache License 2.0 4 votes vote down vote up
public InsProduct getBusinessProduct( ) {
	return this.businessProduct;
}
 
Example #19
Source File: AlipayInsAutoAutoinsprodQuoteQueryResponse.java    From alipay-sdk-java-all with Apache License 2.0 4 votes vote down vote up
public void setBusinessProduct(InsProduct businessProduct) {
	this.businessProduct = businessProduct;
}
 
Example #20
Source File: AlipayInsSceneCouponSendResponse.java    From alipay-sdk-java-all with Apache License 2.0 4 votes vote down vote up
public InsProduct getProduct( ) {
	return this.product;
}
 
Example #21
Source File: AlipayInsSceneCouponSendResponse.java    From alipay-sdk-java-all with Apache License 2.0 4 votes vote down vote up
public void setProduct(InsProduct product) {
	this.product = product;
}
 
Example #22
Source File: AlipayInsSceneCouponReceiveResponse.java    From alipay-sdk-java-all with Apache License 2.0 4 votes vote down vote up
public InsProduct getProduct( ) {
	return this.product;
}
 
Example #23
Source File: AlipayInsSceneCouponReceiveResponse.java    From alipay-sdk-java-all with Apache License 2.0 4 votes vote down vote up
public void setProduct(InsProduct product) {
	this.product = product;
}
 
Example #24
Source File: AlipayInsCooperationProductQueryResponse.java    From alipay-sdk-java-all with Apache License 2.0 4 votes vote down vote up
public InsProduct getProduct( ) {
	return this.product;
}