@Deprecated
public class Variant
extends java.lang.Object
| Constructor and Description |
|---|
Variant(ContentType contentType,
java.nio.charset.Charset charset)
Deprecated.
|
Variant(ContentType contentType,
java.nio.charset.Charset charset,
java.lang.String encoding,
java.util.Locale language)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.nio.charset.Charset |
charset()
Deprecated.
|
ContentType |
contentType()
Deprecated.
|
java.lang.String |
encoding()
Deprecated.
|
boolean |
equals(java.lang.Object obj)
Deprecated.
|
int |
hashCode()
Deprecated.
|
java.util.Locale |
language()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
public Variant(ContentType contentType, java.nio.charset.Charset charset)
public Variant(ContentType contentType, java.nio.charset.Charset charset, java.lang.String encoding, java.util.Locale language)
public ContentType contentType()
public java.nio.charset.Charset charset()
public java.lang.String encoding()
public java.util.Locale language()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object