Class PlatformMetaSearchMessenger.templateDetails
- java.lang.Object
-
- com.biglybt.core.messenger.config.PlatformMetaSearchMessenger.templateDetails
-
- Enclosing class:
- PlatformMetaSearchMessenger
public static class PlatformMetaSearchMessenger.templateDetails extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
ENGINE_TYPE_JSON
static int
ENGINE_TYPE_REGEXP
private PlatformMetaSearchMessenger.templateInfo
info
private java.lang.String
name
private int
type
private java.lang.String
value
-
Constructor Summary
Constructors Modifier Constructor Description protected
templateDetails(PlatformMetaSearchMessenger.templateInfo _info, int _type, java.lang.String _name, java.lang.String _value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getId()
long
getModifiedDate()
java.lang.String
getName()
float
getRankBias()
int
getType()
java.lang.String
getValue()
boolean
isVisible()
-
-
-
Field Detail
-
ENGINE_TYPE_JSON
public static final int ENGINE_TYPE_JSON
- See Also:
- Constant Field Values
-
ENGINE_TYPE_REGEXP
public static final int ENGINE_TYPE_REGEXP
- See Also:
- Constant Field Values
-
info
private PlatformMetaSearchMessenger.templateInfo info
-
type
private int type
-
name
private java.lang.String name
-
value
private java.lang.String value
-
-
Constructor Detail
-
templateDetails
protected templateDetails(PlatformMetaSearchMessenger.templateInfo _info, int _type, java.lang.String _name, java.lang.String _value)
-
-