Package com.foxinmy.weixin4j.qy.model
Class PrivilegeInfo
- java.lang.Object
-
- com.foxinmy.weixin4j.qy.model.PrivilegeInfo
-
- All Implemented Interfaces:
Serializable
public class PrivilegeInfo extends Object implements Serializable
权限信息- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrivilegeInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>
getAllowPartyIds()
List<Integer>
getAllowTagIds()
List<String>
getAllowUserIds()
List<Integer>
getExtraPartyIds()
List<Integer>
getExtraTagIds()
List<String>
getExtraUserIds()
PrivilegeLevel
getFormatLevel()
int
getLevel()
void
setAllowPartyIds(List<Integer> allowPartyIds)
void
setAllowTagIds(List<Integer> allowTagIds)
void
setAllowUserIds(List<String> allowUserIds)
void
setExtraPartyIds(List<Integer> extraPartyIds)
void
setExtraTagIds(List<Integer> extraTagIds)
void
setExtraUserIds(List<String> extraUserIds)
void
setLevel(int level)
String
toString()
-
-
-
Method Detail
-
getLevel
public int getLevel()
-
getFormatLevel
public PrivilegeLevel getFormatLevel()
-
setLevel
public void setLevel(int level)
-
-