Package cronapp.framework.core.model
Class SecureValue
- java.lang.Object
-
- cronapp.framework.core.model.SecureValue
-
public class SecureValue extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecureValue.Builder
-
Constructor Summary
Constructors Constructor Description SecureValue()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BooleangetSecure()StringgetValue()inthashCode()static SecureValue.BuildernewBuilder()voidsetSecure(Boolean secure)voidsetValue(String value)
-
-
-
Method Detail
-
newBuilder
public static SecureValue.Builder newBuilder()
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getSecure
public Boolean getSecure()
-
setSecure
public void setSecure(Boolean secure)
-
-