org.tinygroup.weixintool.message
类 ShortUrl

java.lang.Object
  继承者 org.tinygroup.weixintool.message.ShortUrl
所有已实现的接口:
ToServerMessage

public class ShortUrl
extends Object
implements ToServerMessage

长链接转短链接

作者:
yancheng11334

构造方法摘要
ShortUrl()
           
 
方法摘要
 String getAction()
           
 String getLongUrl()
           
 String getWeiXinKey()
           
 void setAction(String action)
           
 void setLongUrl(String longUrl)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

ShortUrl

public ShortUrl()
方法详细信息

getAction

public String getAction()

setAction

public void setAction(String action)

getLongUrl

public String getLongUrl()

setLongUrl

public void setLongUrl(String longUrl)

toString

public String toString()
覆盖:
Object 中的 toString

getWeiXinKey

public String getWeiXinKey()
指定者:
接口 ToServerMessage 中的 getWeiXinKey


Copyright © 2006–2016 TinyGroup. All rights reserved.