CompatibilityLevel Class
- java.
lang. Object - com.
microsoft. azure. management. streamanalytics. CompatibilityLevel
- com.
public class CompatibilityLevel
Defines values for CompatibilityLevel.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Compatibility |
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
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