extension-base/src/main/java/com/azure/autorest/extension/base/model/codemodel/Operation.java [143:171]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String get$key() {
        return $key;
    }

    /**
     * Sets the key of the operation. (Required)
     *
     * @param $key The key of the operation.
     */
    public void set$key(String $key) {
        this.$key = $key;
    }

    /**
     * Gets the description of the operation. (Required)
     *
     * @return The description of the operation.
     */
    public String getDescription() {
        return description;
    }

    /**
     * Sets the description of the operation. (Required)
     *
     * @param description The description of the operation.
     */
    public void setDescription(String description) {
        this.description = description;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



extension-base/src/main/java/com/azure/autorest/extension/base/model/codemodel/Schema.java [174:202]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String get$key() {
        return $key;
    }

    /**
     * Sets the key of the schema. (Required)
     *
     * @param $key The key of the schema.
     */
    public void set$key(String $key) {
        this.$key = $key;
    }

    /**
     * Gets the description of the schema. (Required)
     *
     * @return The description of the schema.
     */
    public String getDescription() {
        return description;
    }

    /**
     * Sets the description of the schema. (Required)
     *
     * @param description The description of the schema.
     */
    public void setDescription(String description) {
        this.description = description;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



