Class ModelFeatureInformation


  • public class ModelFeatureInformation
    extends Object
    An object containing the model feature information either the model name or feature name.
    • Constructor Detail

      • ModelFeatureInformation

        public ModelFeatureInformation()
    • Method Detail

      • modelName

        public String modelName()
        Get the modelName value.
        Returns:
        the modelName value
      • withModelName

        public ModelFeatureInformation withModelName​(String modelName)
        Set the modelName value.
        Parameters:
        modelName - the modelName value to set
        Returns:
        the ModelFeatureInformation object itself.
      • featureName

        public String featureName()
        Get the featureName value.
        Returns:
        the featureName value
      • withFeatureName

        public ModelFeatureInformation withFeatureName​(String featureName)
        Set the featureName value.
        Parameters:
        featureName - the featureName value to set
        Returns:
        the ModelFeatureInformation object itself.
      • isRequired

        public Boolean isRequired()
        Get the isRequired value.
        Returns:
        the isRequired value
      • withIsRequired

        public ModelFeatureInformation withIsRequired​(Boolean isRequired)
        Set the isRequired value.
        Parameters:
        isRequired - the isRequired value to set
        Returns:
        the ModelFeatureInformation object itself.