com.foxinmy.weixin4j.mp.model
Class Tag

java.lang.Object
  extended by com.foxinmy.weixin4j.mp.model.Tag
All Implemented Interfaces:
Serializable

public class Tag
extends Object
implements Serializable

标签对象

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

Constructor Summary
Tag(int id, String name)
           
Tag(int id, String name, int count)
           
 
Method Summary
 int getCount()
           
 int getId()
           
 String getName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Tag

public Tag(int id,
           String name)

Tag

public Tag(int id,
           String name,
           int count)
Method Detail

getId

public int getId()

getName

public String getName()

getCount

public int getCount()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2017. All rights reserved.