Encoding Class
- java.
lang. Object - com.
microsoft. azure. management. streamanalytics. Encoding
- com.
public class Encoding
Defines values for Encoding.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Encoding |
UTF8
Static value UTF8 for Encoding. |
Constructor Summary
Constructor | Description |
---|---|
Encoding(String value) |
Creates a custom value for Encoding. |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean | equals(Object obj) |
int | hashCode() |
String | toString() |
Field Details
UTF8
public static final Encoding UTF8= new Encoding("UTF8")
Static value UTF8 for Encoding.
Constructor Details
Encoding
public Encoding(String value)
Creates a custom value for Encoding.
Parameters:
value
- the custom value
Method Details
equals
public boolean equals(Object obj)
Parameters:
obj
hashCode
public int hashCode()
toString
public String toString()
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java