แชร์ผ่าน


Encoding Class

  • java.lang.Object
    • com.microsoft.azure.management.streamanalytics.Encoding

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