Package io.rong.imlib.model
Class HarmonyConfig
-
- All Implemented Interfaces:
public class HarmonyConfig
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
ChannelKey
public String
category
public String
imageUrl
public final static Creator<HarmonyConfig>
CREATOR
-
Constructor Summary
Constructors Constructor Description HarmonyConfig()
HarmonyConfig(String category, String imageUrl)
-
Method Summary
Modifier and Type Method Description String
getCategory()
void
setCategory(String category)
String
getImageUrl()
void
setImageUrl(String imageUrl)
int
describeContents()
void
writeToParcel(Parcel dest, int flag)
JSONObject
toJson()
String
toString()
-
-
Method Detail
-
getCategory
String getCategory()
-
setCategory
void setCategory(String category)
-
getImageUrl
String getImageUrl()
-
setImageUrl
void setImageUrl(String imageUrl)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flag)
-
toJson
JSONObject toJson()
-
toString
String toString()
-
-
-
-