public class SearchScope extends AbstractModel
Constructor and Description |
---|
SearchScope() |
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 Entity getOwner()
public void setOwner(Entity Owner)
Owner
- 分类路径归属。public String getClassPath()
public void setClassPath(String ClassPath)
ClassPath
- 按分类路径检索。 不填则默认按根分类路径检索。Copyright © 2020. All rights reserved.