Class AppVersionSettingObject


  • public class AppVersionSettingObject
    extends Object
    Object model of an application version setting.
    • Constructor Detail

      • AppVersionSettingObject

        public AppVersionSettingObject()
    • Method Detail

      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public AppVersionSettingObject withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the AppVersionSettingObject object itself.
      • value

        public String value()
        Get the value value.
        Returns:
        the value value
      • withValue

        public AppVersionSettingObject withValue​(String value)
        Set the value value.
        Parameters:
        value - the value value to set
        Returns:
        the AppVersionSettingObject object itself.