超皇字体颜色
This commit is contained in:
@@ -213,6 +213,52 @@ public class IMLoginModel extends BaseModel {
|
||||
@SerializedName("mount_effect")
|
||||
private boolean mountEffect = false;
|
||||
|
||||
//超皇昵称渐变色上
|
||||
@SerializedName("startColor")
|
||||
private String startColor = "";
|
||||
//超皇昵称渐变色下
|
||||
@SerializedName("endColor")
|
||||
private String endColor = "";
|
||||
//超皇字体颜色
|
||||
@SerializedName("contentColor")
|
||||
private String contentColor = "";
|
||||
|
||||
public String getNobleEndTime() {
|
||||
return nobleEndTime;
|
||||
}
|
||||
|
||||
public IMLoginModel setNobleEndTime(String nobleEndTime) {
|
||||
this.nobleEndTime = nobleEndTime;
|
||||
return this;
|
||||
}
|
||||
|
||||
public String getStartColor() {
|
||||
return startColor;
|
||||
}
|
||||
|
||||
public IMLoginModel setStartColor(String startColor) {
|
||||
this.startColor = startColor;
|
||||
return this;
|
||||
}
|
||||
|
||||
public String getEndColor() {
|
||||
return endColor;
|
||||
}
|
||||
|
||||
public IMLoginModel setEndColor(String endColor) {
|
||||
this.endColor = endColor;
|
||||
return this;
|
||||
}
|
||||
|
||||
public String getContentColor() {
|
||||
return contentColor;
|
||||
}
|
||||
|
||||
public IMLoginModel setContentColor(String contentColor) {
|
||||
this.contentColor = contentColor;
|
||||
return this;
|
||||
}
|
||||
|
||||
public boolean isMountEffect() {
|
||||
return mountEffect;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user