Java Code Examples for com.alipay.api.internal.util.AlipayHashMap#putAll()

The following examples show how to use com.alipay.api.internal.util.AlipayHashMap#putAll() . 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: AlipayTradeCreditFinancePayRequest.java    From alipay-sdk-java-all with Apache License 2.0 5 votes vote down vote up
public Map<String, String> getTextParams() {		
	AlipayHashMap txtParams = new AlipayHashMap();
	txtParams.put("biz_content", this.bizContent);
	if(udfParams != null) {
		txtParams.putAll(this.udfParams);
	}
	return txtParams;
}
 
Example 2
Source File: KoubeiRetailWmsWorkBatchqueryRequest.java    From alipay-sdk-java-all with Apache License 2.0 5 votes vote down vote up
public Map<String, String> getTextParams() {		
	AlipayHashMap txtParams = new AlipayHashMap();
	txtParams.put("biz_content", this.bizContent);
	if(udfParams != null) {
		txtParams.putAll(this.udfParams);
	}
	return txtParams;
}
 
Example 3
Source File: ZhimaMerchantEvisaStatusSyncRequest.java    From alipay-sdk-java-all with Apache License 2.0 5 votes vote down vote up
public Map<String, String> getTextParams() {		
	AlipayHashMap txtParams = new AlipayHashMap();
	txtParams.put("biz_content", this.bizContent);
	if(udfParams != null) {
		txtParams.putAll(this.udfParams);
	}
	return txtParams;
}
 
Example 4
Source File: AlipayCommerceEducateAuthenticateCampuscardModifyRequest.java    From alipay-sdk-java-all with Apache License 2.0 5 votes vote down vote up
public Map<String, String> getTextParams() {		
	AlipayHashMap txtParams = new AlipayHashMap();
	txtParams.put("biz_content", this.bizContent);
	if(udfParams != null) {
		txtParams.putAll(this.udfParams);
	}
	return txtParams;
}
 
Example 5
Source File: AlipayEbppInvoiceFileSyncRetryRequest.java    From alipay-sdk-java-all with Apache License 2.0 5 votes vote down vote up
public Map<String, String> getTextParams() {		
	AlipayHashMap txtParams = new AlipayHashMap();
	txtParams.put("biz_content", this.bizContent);
	if(udfParams != null) {
		txtParams.putAll(this.udfParams);
	}
	return txtParams;
}
 
Example 6
Source File: AlipayOpenMiniMorphoApplistBatchqueryRequest.java    From alipay-sdk-java-all with Apache License 2.0 5 votes vote down vote up
public Map<String, String> getTextParams() {		
	AlipayHashMap txtParams = new AlipayHashMap();
	txtParams.put("biz_content", this.bizContent);
	if(udfParams != null) {
		txtParams.putAll(this.udfParams);
	}
	return txtParams;
}
 
Example 7
Source File: KoubeiTradeKbpaymentPayorderSyncRequest.java    From alipay-sdk-java-all with Apache License 2.0 5 votes vote down vote up
public Map<String, String> getTextParams() {		
	AlipayHashMap txtParams = new AlipayHashMap();
	txtParams.put("biz_content", this.bizContent);
	if(udfParams != null) {
		txtParams.putAll(this.udfParams);
	}
	return txtParams;
}
 
Example 8
Source File: AlipayEbppRechargeFlowSendRequest.java    From alipay-sdk-java-all with Apache License 2.0 5 votes vote down vote up
public Map<String, String> getTextParams() {		
	AlipayHashMap txtParams = new AlipayHashMap();
	txtParams.put("biz_content", this.bizContent);
	if(udfParams != null) {
		txtParams.putAll(this.udfParams);
	}
	return txtParams;
}
 
Example 9
Source File: KoubeiMarketingCampaignIntelligentShopConsultRequest.java    From alipay-sdk-java-all with Apache License 2.0 5 votes vote down vote up
public Map<String, String> getTextParams() {		
	AlipayHashMap txtParams = new AlipayHashMap();
	txtParams.put("biz_content", this.bizContent);
	if(udfParams != null) {
		txtParams.putAll(this.udfParams);
	}
	return txtParams;
}
 
Example 10
Source File: AlipayOverseasTaxAdvancedStatusQueryRequest.java    From alipay-sdk-java-all with Apache License 2.0 5 votes vote down vote up
public Map<String, String> getTextParams() {		
	AlipayHashMap txtParams = new AlipayHashMap();
	txtParams.put("biz_content", this.bizContent);
	if(udfParams != null) {
		txtParams.putAll(this.udfParams);
	}
	return txtParams;
}
 
Example 11
Source File: MybankCreditSupplychainFactoringSupplierCreateRequest.java    From alipay-sdk-java-all with Apache License 2.0 5 votes vote down vote up
public Map<String, String> getTextParams() {		
	AlipayHashMap txtParams = new AlipayHashMap();
	txtParams.put("biz_content", this.bizContent);
	if(udfParams != null) {
		txtParams.putAll(this.udfParams);
	}
	return txtParams;
}
 
Example 12
Source File: AlipayUserStepcounterSyncRequest.java    From alipay-sdk-java-all with Apache License 2.0 5 votes vote down vote up
public Map<String, String> getTextParams() {		
	AlipayHashMap txtParams = new AlipayHashMap();
	txtParams.put("biz_content", this.bizContent);
	if(udfParams != null) {
		txtParams.putAll(this.udfParams);
	}
	return txtParams;
}
 
Example 13
Source File: AlipayMarketingCdpAdvertiseReportQueryRequest.java    From alipay-sdk-java-all with Apache License 2.0 5 votes vote down vote up
public Map<String, String> getTextParams() {		
	AlipayHashMap txtParams = new AlipayHashMap();
	txtParams.put("biz_content", this.bizContent);
	if(udfParams != null) {
		txtParams.putAll(this.udfParams);
	}
	return txtParams;
}
 
Example 14
Source File: ZhimaCreditPeIndustryTradeQueryRequest.java    From alipay-sdk-java-all with Apache License 2.0 5 votes vote down vote up
public Map<String, String> getTextParams() {		
	AlipayHashMap txtParams = new AlipayHashMap();
	txtParams.put("biz_content", this.bizContent);
	if(udfParams != null) {
		txtParams.putAll(this.udfParams);
	}
	return txtParams;
}
 
Example 15
Source File: AlipayInsAutoAutoaftermarketOutorderSyncRequest.java    From alipay-sdk-java-all with Apache License 2.0 5 votes vote down vote up
public Map<String, String> getTextParams() {		
	AlipayHashMap txtParams = new AlipayHashMap();
	txtParams.put("biz_content", this.bizContent);
	if(udfParams != null) {
		txtParams.putAll(this.udfParams);
	}
	return txtParams;
}
 
Example 16
Source File: AlipayInsSceneApplicationGroupApplyRequest.java    From alipay-sdk-java-all with Apache License 2.0 5 votes vote down vote up
public Map<String, String> getTextParams() {		
	AlipayHashMap txtParams = new AlipayHashMap();
	txtParams.put("biz_content", this.bizContent);
	if(udfParams != null) {
		txtParams.putAll(this.udfParams);
	}
	return txtParams;
}
 
Example 17
Source File: AlipayMobilePublicMenuQueryRequest.java    From alipay-sdk-java-all with Apache License 2.0 5 votes vote down vote up
public Map<String, String> getTextParams() {		
	AlipayHashMap txtParams = new AlipayHashMap();
	if(udfParams != null) {
		txtParams.putAll(this.udfParams);
	}
	return txtParams;
}
 
Example 18
Source File: AlipayOverseasRemitResultFinishRequest.java    From alipay-sdk-java-all with Apache License 2.0 5 votes vote down vote up
public Map<String, String> getTextParams() {		
	AlipayHashMap txtParams = new AlipayHashMap();
	txtParams.put("biz_content", this.bizContent);
	if(udfParams != null) {
		txtParams.putAll(this.udfParams);
	}
	return txtParams;
}
 
Example 19
Source File: KoubeiRetailExtitemShopextitemQueryRequest.java    From alipay-sdk-java-all with Apache License 2.0 5 votes vote down vote up
public Map<String, String> getTextParams() {		
	AlipayHashMap txtParams = new AlipayHashMap();
	txtParams.put("biz_content", this.bizContent);
	if(udfParams != null) {
		txtParams.putAll(this.udfParams);
	}
	return txtParams;
}
 
Example 20
Source File: AlipaySecurityRiskDetectRequest.java    From alipay-sdk-java-all with Apache License 2.0 4 votes vote down vote up
public Map<String, String> getTextParams() {		
	AlipayHashMap txtParams = new AlipayHashMap();
	txtParams.put("buyer_account_no", this.buyerAccountNo);
	txtParams.put("buyer_bind_bankcard", this.buyerBindBankcard);
	txtParams.put("buyer_bind_bankcard_type", this.buyerBindBankcardType);
	txtParams.put("buyer_bind_mobile", this.buyerBindMobile);
	txtParams.put("buyer_grade", this.buyerGrade);
	txtParams.put("buyer_identity_no", this.buyerIdentityNo);
	txtParams.put("buyer_identity_type", this.buyerIdentityType);
	txtParams.put("buyer_real_name", this.buyerRealName);
	txtParams.put("buyer_reg_date", this.buyerRegDate);
	txtParams.put("buyer_reg_email", this.buyerRegEmail);
	txtParams.put("buyer_reg_mobile", this.buyerRegMobile);
	txtParams.put("buyer_scene_bankcard", this.buyerSceneBankcard);
	txtParams.put("buyer_scene_bankcard_type", this.buyerSceneBankcardType);
	txtParams.put("buyer_scene_email", this.buyerSceneEmail);
	txtParams.put("buyer_scene_mobile", this.buyerSceneMobile);
	txtParams.put("currency", this.currency);
	txtParams.put("env_client_base_band", this.envClientBaseBand);
	txtParams.put("env_client_base_station", this.envClientBaseStation);
	txtParams.put("env_client_coordinates", this.envClientCoordinates);
	txtParams.put("env_client_imei", this.envClientImei);
	txtParams.put("env_client_imsi", this.envClientImsi);
	txtParams.put("env_client_ios_udid", this.envClientIosUdid);
	txtParams.put("env_client_ip", this.envClientIp);
	txtParams.put("env_client_mac", this.envClientMac);
	txtParams.put("env_client_screen", this.envClientScreen);
	txtParams.put("env_client_uuid", this.envClientUuid);
	txtParams.put("item_quantity", this.itemQuantity);
	txtParams.put("item_unit_price", this.itemUnitPrice);
	txtParams.put("js_token_id", this.jsTokenId);
	txtParams.put("order_amount", this.orderAmount);
	txtParams.put("order_category", this.orderCategory);
	txtParams.put("order_credate_time", this.orderCredateTime);
	txtParams.put("order_item_city", this.orderItemCity);
	txtParams.put("order_item_name", this.orderItemName);
	txtParams.put("order_no", this.orderNo);
	txtParams.put("partner_id", this.partnerId);
	txtParams.put("receiver_address", this.receiverAddress);
	txtParams.put("receiver_city", this.receiverCity);
	txtParams.put("receiver_district", this.receiverDistrict);
	txtParams.put("receiver_email", this.receiverEmail);
	txtParams.put("receiver_mobile", this.receiverMobile);
	txtParams.put("receiver_name", this.receiverName);
	txtParams.put("receiver_state", this.receiverState);
	txtParams.put("receiver_zip", this.receiverZip);
	txtParams.put("scene_code", this.sceneCode);
	txtParams.put("seller_account_no", this.sellerAccountNo);
	txtParams.put("seller_bind_bankcard", this.sellerBindBankcard);
	txtParams.put("seller_bind_bankcard_type", this.sellerBindBankcardType);
	txtParams.put("seller_bind_mobile", this.sellerBindMobile);
	txtParams.put("seller_identity_no", this.sellerIdentityNo);
	txtParams.put("seller_identity_type", this.sellerIdentityType);
	txtParams.put("seller_real_name", this.sellerRealName);
	txtParams.put("seller_reg_date", this.sellerRegDate);
	txtParams.put("seller_reg_email", this.sellerRegEmail);
	txtParams.put("seller_reg_moile", this.sellerRegMoile);
	txtParams.put("transport_type", this.transportType);
	if(udfParams != null) {
		txtParams.putAll(this.udfParams);
	}
	return txtParams;
}