Package ext.api.centrallog.model
Class ResolutionOption
- java.lang.Object
-
- ext.api.centrallog.model.ResolutionOption
-
public class ResolutionOption extends Object
The type Resolution option.
-
-
Constructor Summary
Constructors Constructor Description ResolutionOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResolutionOptioncallBackUrl(String callBackUrl)Call back url resolution option.booleanequals(Object o)StringgetCallBackUrl()Gets call back url.StringgetKey()Gets key.StringgetLabel()Gets label.inthashCode()ResolutionOptionkey(String key)Key resolution option.ResolutionOptionlabel(String label)Label resolution option.voidsetCallBackUrl(String callBackUrl)Sets call back url.voidsetKey(String key)Sets key.voidsetLabel(String label)Sets label.StringtoString()
-
-
-
Method Detail
-
label
public ResolutionOption label(String label)
Label resolution option.- Parameters:
label- the label- Returns:
- the resolution option
-
getLabel
public String getLabel()
Gets label.- Returns:
- the label
-
setLabel
public void setLabel(String label)
Sets label.- Parameters:
label- the label
-
key
public ResolutionOption key(String key)
Key resolution option.- Parameters:
key- the key- Returns:
- the resolution option
-
getKey
public String getKey()
Gets key.- Returns:
- the key
-
setKey
public void setKey(String key)
Sets key.- Parameters:
key- the key
-
callBackUrl
public ResolutionOption callBackUrl(String callBackUrl)
Call back url resolution option.- Parameters:
callBackUrl- the call back url- Returns:
- the resolution option
-
getCallBackUrl
public String getCallBackUrl()
Gets call back url.- Returns:
- the call back url
-
setCallBackUrl
public void setCallBackUrl(String callBackUrl)
Sets call back url.- Parameters:
callBackUrl- the call back url
-
-