CompatibilityLevel Class

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

public class CompatibilityLevel

Defines values for CompatibilityLevel.

Field Summary

Modifier and Type Field and Description
final CompatibilityLevel ONE_FULL_STOP_ZERO

Static value 1.0 for CompatibilityLevel.

Constructor Summary

Constructor Description
CompatibilityLevel(String value)

Creates a custom value for CompatibilityLevel.

Method Summary

Modifier and Type Method and Description
boolean equals(Object obj)
int hashCode()
String toString()

Field Details

ONE_FULL_STOP_ZERO

public static final CompatibilityLevel ONE_FULL_STOP_ZERO= new CompatibilityLevel("1.0")

Static value 1.0 for CompatibilityLevel.

Constructor Details

CompatibilityLevel

public CompatibilityLevel(String value)

Creates a custom value for CompatibilityLevel.

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