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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet parametersGet subtypegetType()Get typeGet wildcardSubtypeGet wildcardTypeinthashCode()parameters(Map<String, String> parameters) putParametersItem(String key, String parametersItem) voidsetParameters(Map<String, String> parameters) voidsetSubtype(String subtype) voidvoidsetWildcardSubtype(Boolean wildcardSubtype) voidsetWildcardType(Boolean wildcardType) toString()wildcardSubtype(Boolean wildcardSubtype) wildcardType(Boolean wildcardType)
-
Field Details
-
SERIALIZED_NAME_PARAMETERS
- See Also:
-
SERIALIZED_NAME_SUBTYPE
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_WILDCARD_SUBTYPE
- See Also:
-
SERIALIZED_NAME_WILDCARD_TYPE
- See Also:
-
-
Constructor Details
-
MediaType
public MediaType()
-
-
Method Details
-
parameters
-
putParametersItem
-
getParameters
Get parameters- Returns:
- parameters
-
setParameters
-
subtype
-
getSubtype
Get subtype- Returns:
- subtype
-
setSubtype
-
type
-
getType
Get type- Returns:
- type
-
setType
-
wildcardSubtype
-
getWildcardSubtype
Get wildcardSubtype- Returns:
- wildcardSubtype
-
setWildcardSubtype
-
wildcardType
-
getWildcardType
Get wildcardType- Returns:
- wildcardType
-
setWildcardType
-
equals
-
hashCode
public int hashCode() -
toString
-