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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java