-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class OlData implements Parcelable
</br>(可选)创建-(维护)日期:2021/06/09-(2022/08/16(原LiveryRops) </br>(可选)描述:Livery配置参数,该优先级最低,代码里面会覆盖此参数:这里效率问题使用Parcelable </br> Email:qyddai@gmail.com </br> Github:<a href ="https://qydq.github.io">qydq</a>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
OlData.Companion
-
Field Summary
Fields Modifier and Type Field Description private String
copyRightAuthor
private String
copyRightDes
private Integer
hasSearch
private Boolean
hideCopyRightAuthor
private Boolean
showCopyRightLink
-
Method Summary
Modifier and Type Method Description final String
getCopyRightAuthor()
final Unit
setCopyRightAuthor(String copyRightAuthor)
final String
getCopyRightDes()
final Unit
setCopyRightDes(String copyRightDes)
final Integer
getHasSearch()
final Unit
setHasSearch(Integer hasSearch)
final Boolean
getHideCopyRightAuthor()
final Unit
setHideCopyRightAuthor(Boolean hideCopyRightAuthor)
final Boolean
getShowCopyRightLink()
final Unit
setShowCopyRightLink(Boolean showCopyRightLink)
Integer
describeContents()
Unit
writeToParcel(Parcel dest, Integer flags)
-
-
Method Detail
-
getCopyRightAuthor
final String getCopyRightAuthor()
-
setCopyRightAuthor
final Unit setCopyRightAuthor(String copyRightAuthor)
-
getCopyRightDes
final String getCopyRightDes()
-
setCopyRightDes
final Unit setCopyRightDes(String copyRightDes)
-
getHasSearch
final Integer getHasSearch()
-
setHasSearch
final Unit setHasSearch(Integer hasSearch)
-
getHideCopyRightAuthor
final Boolean getHideCopyRightAuthor()
-
setHideCopyRightAuthor
final Unit setHideCopyRightAuthor(Boolean hideCopyRightAuthor)
-
getShowCopyRightLink
final Boolean getShowCopyRightLink()
-
setShowCopyRightLink
final Unit setShowCopyRightLink(Boolean showCopyRightLink)
-
describeContents
Integer describeContents()
-
writeToParcel
Unit writeToParcel(Parcel dest, Integer flags)
-
-
-
-