Class BaseServiceInputParameter

    • Field Detail

      • required

        protected boolean required
      • excludedFromBody

        protected boolean excludedFromBody
      • bodyLocation

        protected java.lang.String bodyLocation
      • defaultValue

        protected java.lang.Object defaultValue
    • Constructor Detail

      • BaseServiceInputParameter

        public BaseServiceInputParameter()
    • Method Detail

      • setRequired

        public void setRequired​(boolean required)
      • setExcludedFromBody

        public void setExcludedFromBody​(boolean excludedFromBody)
      • setBodyLocation

        public void setBodyLocation​(java.lang.String bodyLocation)
      • setDefaultValue

        public void setDefaultValue​(java.lang.Object defaultValue)