public class SearchScope extends AbstractModel
Constructor and Description |
---|
SearchScope() |
SearchScope(SearchScope source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getClassPath()
Get 按分类路径检索。 不填则默认按根分类路径检索。
|
Entity |
getOwner()
Get 分类路径归属。
|
void |
setClassPath(String ClassPath)
Set 按分类路径检索。 不填则默认按根分类路径检索。
|
void |
setOwner(Entity Owner)
Set 分类路径归属。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SearchScope()
public SearchScope(SearchScope source)
public Entity getOwner()
public void setOwner(Entity Owner)
Owner
- 分类路径归属。public String getClassPath()
public void setClassPath(String ClassPath)
ClassPath
- 按分类路径检索。 不填则默认按根分类路径检索。Copyright © 2021. All rights reserved.