OutputErrorPolicy Class
- java.
lang. Object - com.
microsoft. azure. management. streamanalytics. OutputErrorPolicy
- com.
public class OutputErrorPolicy
Defines values for OutputErrorPolicy.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Output |
DROP
Static value Drop for OutputErrorPolicy. |
final Output |
STOP
Static value Stop for OutputErrorPolicy. |
Constructor Summary
Constructor | Description |
---|---|
OutputErrorPolicy(String value) |
Creates a custom value for OutputErrorPolicy. |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean | equals(Object obj) |
int | hashCode() |
String | toString() |
Field Details
DROP
public static final OutputErrorPolicy DROP= new OutputErrorPolicy("Drop")
Static value Drop for OutputErrorPolicy.
STOP
public static final OutputErrorPolicy STOP= new OutputErrorPolicy("Stop")
Static value Stop for OutputErrorPolicy.
Constructor Details
OutputErrorPolicy
public OutputErrorPolicy(String value)
Creates a custom value for OutputErrorPolicy.
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 にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java