All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.affinda.api.client.models.Components5D6NjySchemasInvoicedataPropertiesSupplierbusinessnumberAllof1 Maven / Gradle / Ivy

Go to download

This package contains Java Client Library for the Affinda Resume Parser API. For documentation on how to use this package, please see https://github.com/affinda/affinda-java

There is a newer version: 3.16.0
Show newest version
package com.affinda.api.client.models;

import com.azure.core.annotation.Fluent;
import com.fasterxml.jackson.annotation.JsonProperty;

/** The Components5D6NjySchemasInvoicedataPropertiesSupplierbusinessnumberAllof1 model. */
@Fluent
public class Components5D6NjySchemasInvoicedataPropertiesSupplierbusinessnumberAllof1 {
    /*
     * The raw property.
     */
    @JsonProperty(value = "raw")
    private String raw;

    /*
     * The parsed property.
     */
    @JsonProperty(value = "parsed")
    private String parsed;

    /**
     * Get the raw property: The raw property.
     *
     * @return the raw value.
     */
    public String getRaw() {
        return this.raw;
    }

    /**
     * Set the raw property: The raw property.
     *
     * @param raw the raw value to set.
     * @return the Components5D6NjySchemasInvoicedataPropertiesSupplierbusinessnumberAllof1 object itself.
     */
    public Components5D6NjySchemasInvoicedataPropertiesSupplierbusinessnumberAllof1 setRaw(String raw) {
        this.raw = raw;
        return this;
    }

    /**
     * Get the parsed property: The parsed property.
     *
     * @return the parsed value.
     */
    public String getParsed() {
        return this.parsed;
    }

    /**
     * Set the parsed property: The parsed property.
     *
     * @param parsed the parsed value to set.
     * @return the Components5D6NjySchemasInvoicedataPropertiesSupplierbusinessnumberAllof1 object itself.
     */
    public Components5D6NjySchemasInvoicedataPropertiesSupplierbusinessnumberAllof1 setParsed(String parsed) {
        this.parsed = parsed;
        return this;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy