Back to project page LinuxZaSve_mobile.
The source code is released under:
Apache License
If you think the Android project LinuxZaSve_mobile listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.linuxzasve.mobile.googl.model; //from w w w .ja va 2 s . c om public class GooGlRequest { private String longUrl; public String getLongUrl() { return longUrl; } public void setLongUrl(final String longUrl) { this.longUrl = longUrl; } }