-
- 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 classOlData.Companion
-
Field Summary
Fields Modifier and Type Field Description private StringcopyRightAuthorprivate StringcopyRightDesprivate IntegerhasSearchprivate BooleanhideCopyRightAuthorprivate BooleanshowCopyRightLink
-
Method Summary
Modifier and Type Method Description final StringgetCopyRightAuthor()final UnitsetCopyRightAuthor(String copyRightAuthor)final StringgetCopyRightDes()final UnitsetCopyRightDes(String copyRightDes)final IntegergetHasSearch()final UnitsetHasSearch(Integer hasSearch)final BooleangetHideCopyRightAuthor()final UnitsetHideCopyRightAuthor(Boolean hideCopyRightAuthor)final BooleangetShowCopyRightLink()final UnitsetShowCopyRightLink(Boolean showCopyRightLink)IntegerdescribeContents()UnitwriteToParcel(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)
-
-
-
-