Class ProjectRequestDTO

java.lang.Object
com.redhat.parodos.sdk.model.ProjectRequestDTO

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ProjectRequestDTO extends Object
ProjectRequestDTO
  • Field Details

  • Constructor Details

    • ProjectRequestDTO

      public ProjectRequestDTO()
  • Method Details

    • description

      public ProjectRequestDTO description(String description)
    • getDescription

      @Nullable public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • name

      public ProjectRequestDTO name(String name)
    • getName

      @Nullable public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • validateJsonObject

      public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
      Validates the JSON Object and throws an exception if issues found
      Parameters:
      jsonObj - JSON Object
      Throws:
      IOException - if the JSON Object is invalid with respect to ProjectRequestDTO
    • fromJson

      public static ProjectRequestDTO fromJson(String jsonString) throws IOException
      Create an instance of ProjectRequestDTO given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of ProjectRequestDTO
      Throws:
      IOException - if the JSON string is invalid with respect to ProjectRequestDTO
    • toJson

      public String toJson()
      Convert an instance of ProjectRequestDTO to an JSON string
      Returns:
      JSON string