Package cronapp.framework.core.model
Class CronappSettings
- java.lang.Object
-
- cronapp.framework.core.model.CronappSettings
-
@Entity public class CronappSettings extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCronappSettings.Builderstatic classCronappSettings.Readerstatic classCronappSettings.Writer
-
Constructor Summary
Constructors Constructor Description CronappSettings()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetApplicationId()StringgetId()StringgetName()BooleangetSecure()StringgetValue()inthashCode()static CronappSettings.BuildernewBuilder()voidsetApplicationId(String applicationId)voidsetId(String id)voidsetName(String name)voidsetSecure(Boolean secure)voidsetValue(String value)
-
-
-
Method Detail
-
newBuilder
public static CronappSettings.Builder newBuilder()
-
getId
public String getId()
-
setId
public void setId(String id)
-
getApplicationId
public String getApplicationId()
-
setApplicationId
public void setApplicationId(String applicationId)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getSecure
public Boolean getSecure()
-
setSecure
public void setSecure(Boolean secure)
-
-