-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Cloneable
,kotlin.collections.Map
,kotlin.collections.MutableMap
public class BuildOf<T extends BuildOf<T>> extends BaseBuild<T>
</br>(可选)创建-(维护)日期:2021/06/09-(2022/08/16(原BaseBuilder) </br>(可选)描述:网络请求基础转换器,可以构造多个build出来 </br> Email:qyddai@gmail.com </br> Github:<a href ="https://qydq.github.io">qydq</a>
-
-
Constructor Summary
Constructors Constructor Description BuildOf()
-
Method Summary
Modifier and Type Method Description final T
park(String parkCode)
T
page(Integer page)
T
pageSize(Integer size)
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, forEach, get, getEntries, getKeys, getOrDefault, getSize, getValues, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll
-
Methods inherited from class com.sunst.ol.of.BaseBuild
getConfig
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-