Class MediaType

java.lang.Object
org.apache.fineract.client.models.MediaType

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class MediaType extends Object
MediaType
  • Field Details

  • Constructor Details

    • MediaType

      public MediaType()
  • Method Details

    • parameters

      public MediaType parameters(Map<String,String> parameters)
    • putParametersItem

      public MediaType putParametersItem(String key, String parametersItem)
    • getParameters

      @Nullable public Map<String,String> getParameters()
      Get parameters
      Returns:
      parameters
    • setParameters

      public void setParameters(Map<String,String> parameters)
    • subtype

      public MediaType subtype(String subtype)
    • getSubtype

      @Nullable public String getSubtype()
      Get subtype
      Returns:
      subtype
    • setSubtype

      public void setSubtype(String subtype)
    • type

      public MediaType type(String type)
    • getType

      @Nullable public String getType()
      Get type
      Returns:
      type
    • setType

      public void setType(String type)
    • wildcardSubtype

      public MediaType wildcardSubtype(Boolean wildcardSubtype)
    • getWildcardSubtype

      @Nullable public Boolean getWildcardSubtype()
      Get wildcardSubtype
      Returns:
      wildcardSubtype
    • setWildcardSubtype

      public void setWildcardSubtype(Boolean wildcardSubtype)
    • wildcardType

      public MediaType wildcardType(Boolean wildcardType)
    • getWildcardType

      @Nullable public Boolean getWildcardType()
      Get wildcardType
      Returns:
      wildcardType
    • setWildcardType

      public void setWildcardType(Boolean wildcardType)
    • 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