com.foxinmy.weixin4j.type
Class IdQuery

java.lang.Object
  extended by com.foxinmy.weixin4j.type.IdQuery
All Implemented Interfaces:
Serializable

public class IdQuery
extends Object
implements Serializable

ID查询

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:
, Serialized Form

Constructor Summary
IdQuery(String id, IdType idType)
           
 
Method Summary
 String getId()
           
 IdType getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdQuery

public IdQuery(String id,
               IdType idType)
Method Detail

getId

public String getId()

getType

public IdType getType()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2017. All rights reserved.