Class TitlePayload
java.lang.Object
com.github.theword.queqiao.tool.payload.TitlePayload
标题负载
-
Constructor Summary
ConstructorsConstructorDescriptionTitlePayload
(com.google.gson.JsonElement title, com.google.gson.JsonElement subtitle, int fadeIn, int stay, int fadeOut) -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
getStay()
com.google.gson.JsonElement
com.google.gson.JsonElement
getTitle()
void
setFadeIn
(int fadeIn) void
setFadeOut
(int fadeOut) void
setStay
(int stay) void
setSubtitle
(com.google.gson.JsonElement subtitle) void
setTitle
(com.google.gson.JsonElement title)
-
Constructor Details
-
TitlePayload
public TitlePayload() -
TitlePayload
public TitlePayload(com.google.gson.JsonElement title, com.google.gson.JsonElement subtitle, int fadeIn, int stay, int fadeOut)
-
-
Method Details
-
getTitle
public com.google.gson.JsonElement getTitle() -
setTitle
public void setTitle(com.google.gson.JsonElement title) -
getSubtitle
public com.google.gson.JsonElement getSubtitle() -
setSubtitle
public void setSubtitle(com.google.gson.JsonElement subtitle) -
getFadeIn
public int getFadeIn() -
setFadeIn
public void setFadeIn(int fadeIn) -
getStay
public int getStay() -
setStay
public void setStay(int stay) -
getFadeOut
public int getFadeOut() -
setFadeOut
public void setFadeOut(int fadeOut)
-