qihoo.open.v1.model.common
类 NegativeWords

java.lang.Object
  继承者 qihoo.open.v1.model.common.NegativeWords

public class NegativeWords
extends Object

否定关键词转化bean

作者:
liyang

构造方法摘要
NegativeWords()
           
 
方法摘要
 Set<String> getExact()
           
 Set<String> getPhrase()
           
 void setExact(Set<String> exact)
           
 void setPhrase(Set<String> phrase)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

NegativeWords

public NegativeWords()
方法详细信息

getPhrase

public Set<String> getPhrase()

setPhrase

public void setPhrase(Set<String> phrase)

getExact

public Set<String> getExact()

setExact

public void setExact(Set<String> exact)


Copyright © 2013. All rights reserved.