cn.leancloud.AVFellowshipQuery Maven / Gradle / Ivy
package cn.leancloud;
class AVFellowshipQuery extends AVQuery{
private String friendshipTag;
AVFellowshipQuery(String theClassName, Class clazz) {
super(theClassName, clazz);
}
String getFriendshipTag() {
return this.friendshipTag;
}
void setFriendshipTag(String tag) {
this.friendshipTag = tag;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy