Class CronappSettings

java.lang.Object
cronapp.framework.core.model.CronappSettings

@Entity public class CronappSettings extends Object
  • Constructor Details

    • CronappSettings

      public CronappSettings()
  • Method Details

    • 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)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object