All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mizhousoft.apple.iap.response.SendTestNotificationResponse Maven / Gradle / Ivy

The newest version!
package com.mizhousoft.apple.iap.response;

/**
 * SendTestNotificationResponse
 *
 */
public class SendTestNotificationResponse
{
	/**
	 * testNotificationToken
	 */
	private String testNotificationToken;

	/**
	 * 获取testNotificationToken
	 * 
	 * @return
	 */
	public String getTestNotificationToken()
	{
		return testNotificationToken;
	}

	/**
	 * 设置testNotificationToken
	 * 
	 * @param testNotificationToken
	 */
	public void setTestNotificationToken(String testNotificationToken)
	{
		this.testNotificationToken = testNotificationToken;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy