Package com.docusign.admin.model
Class SettingResponse
- java.lang.Object
-
- com.docusign.admin.model.SettingResponse
-
public class SettingResponse extends Object
SettingResponse.
-
-
Constructor Summary
Constructors Constructor Description SettingResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.StringgetKey()Get key.StringgetType()Get type.ObjectgetValue()Get value.inthashCode()Returns the HashCode.SettingResponsekey(String key)key.voidsetKey(String key)setKey.voidsetType(String type)setType.voidsetValue(Object value)setValue.StringtoString()Converts the given object to string.SettingResponsetype(String type)type.SettingResponsevalue(Object value)value.
-
-
-
Method Detail
-
key
public SettingResponse key(String key)
key.- Returns:
- SettingResponse
-
getKey
public String getKey()
Get key.- Returns:
- key
-
setKey
public void setKey(String key)
setKey.
-
value
public SettingResponse value(Object value)
value.- Returns:
- SettingResponse
-
getValue
public Object getValue()
Get value.- Returns:
- value
-
setValue
public void setValue(Object value)
setValue.
-
type
public SettingResponse type(String type)
type.- Returns:
- SettingResponse
-
getType
public String getType()
Get type.- Returns:
- type
-
setType
public void setType(String type)
setType.
-
equals
public boolean equals(Object o)
Compares objects.
-
-