Class DiagnosticConditionResponse
- java.lang.Object
-
- com.pulumi.azurenative.streamanalytics.outputs.DiagnosticConditionResponse
-
public final class DiagnosticConditionResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DiagnosticConditionResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DiagnosticConditionResponse.Builder
builder()
static DiagnosticConditionResponse.Builder
builder(DiagnosticConditionResponse defaults)
java.lang.String
code()
java.lang.String
message()
java.lang.String
since()
-
-
-
Method Detail
-
code
public java.lang.String code()
- Returns:
- The opaque diagnostic code.
-
message
public java.lang.String message()
- Returns:
- The human-readable message describing the condition in detail. Localized in the Accept-Language of the client request.
-
since
public java.lang.String since()
- Returns:
- The UTC timestamp of when the condition started. Customers should be able to find a corresponding event in the ops log around this time.
-
builder
public static DiagnosticConditionResponse.Builder builder()
-
builder
public static DiagnosticConditionResponse.Builder builder(DiagnosticConditionResponse defaults)
-
-