150 строки
11 KiB
YAML
150 строки
11 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn"
|
|
name: "DiagnosticDataTableResponseColumn"
|
|
nameWithType: "DiagnosticDataTableResponseColumn"
|
|
summary: "Diagnostics data column."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **DiagnosticDataTableResponseColumn**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn?alt=com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn&text=DiagnosticDataTableResponseColumn\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn.DiagnosticDataTableResponseColumn()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn.DiagnosticDataTableResponseColumn()"
|
|
name: "DiagnosticDataTableResponseColumn()"
|
|
nameWithType: "DiagnosticDataTableResponseColumn.DiagnosticDataTableResponseColumn()"
|
|
summary: "Creates an instance of Diagnostic<wbr>Data<wbr>Table<wbr>Response<wbr>Column class."
|
|
syntax: "public DiagnosticDataTableResponseColumn()"
|
|
desc: "Creates an instance of DiagnosticDataTableResponseColumn class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn.columnName()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn.columnName()"
|
|
name: "columnName()"
|
|
nameWithType: "DiagnosticDataTableResponseColumn.columnName()"
|
|
summary: "Get the column<wbr>Name property: Column name."
|
|
syntax: "public String columnName()"
|
|
desc: "Get the columnName property: Column name."
|
|
returns:
|
|
description: "the columnName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn.columnType()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn.columnType()"
|
|
name: "columnType()"
|
|
nameWithType: "DiagnosticDataTableResponseColumn.columnType()"
|
|
summary: "Get the column<wbr>Type property: Column type."
|
|
syntax: "public String columnType()"
|
|
desc: "Get the columnType property: Column type."
|
|
returns:
|
|
description: "the columnType value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn.dataType()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn.dataType()"
|
|
name: "dataType()"
|
|
nameWithType: "DiagnosticDataTableResponseColumn.dataType()"
|
|
summary: "Get the data<wbr>Type property: Data type of the column."
|
|
syntax: "public String dataType()"
|
|
desc: "Get the dataType property: Data type of the column."
|
|
returns:
|
|
description: "the dataType value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "DiagnosticDataTableResponseColumn.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Diagnostic<wbr>Data<wbr>Table<wbr>Response<wbr>Column from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static DiagnosticDataTableResponseColumn fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the DiagnosticDataTableResponseColumn."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of DiagnosticDataTableResponseColumn from the JsonReader."
|
|
returns:
|
|
description: "An instance of DiagnosticDataTableResponseColumn if the JsonReader was pointing to an instance of it, or\n null if it was pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn?alt=com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn&text=DiagnosticDataTableResponseColumn\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "DiagnosticDataTableResponseColumn.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn.validate()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn.validate()"
|
|
name: "validate()"
|
|
nameWithType: "DiagnosticDataTableResponseColumn.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn.withColumnName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn.withColumnName(String columnName)"
|
|
name: "withColumnName(String columnName)"
|
|
nameWithType: "DiagnosticDataTableResponseColumn.withColumnName(String columnName)"
|
|
summary: "Set the column<wbr>Name property: Column name."
|
|
parameters:
|
|
- description: "the columnName value to set."
|
|
name: "columnName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public DiagnosticDataTableResponseColumn withColumnName(String columnName)"
|
|
desc: "Set the columnName property: Column name."
|
|
returns:
|
|
description: "the DiagnosticDataTableResponseColumn object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn?alt=com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn&text=DiagnosticDataTableResponseColumn\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn.withColumnType(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn.withColumnType(String columnType)"
|
|
name: "withColumnType(String columnType)"
|
|
nameWithType: "DiagnosticDataTableResponseColumn.withColumnType(String columnType)"
|
|
summary: "Set the column<wbr>Type property: Column type."
|
|
parameters:
|
|
- description: "the columnType value to set."
|
|
name: "columnType"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public DiagnosticDataTableResponseColumn withColumnType(String columnType)"
|
|
desc: "Set the columnType property: Column type."
|
|
returns:
|
|
description: "the DiagnosticDataTableResponseColumn object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn?alt=com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn&text=DiagnosticDataTableResponseColumn\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn.withDataType(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn.withDataType(String dataType)"
|
|
name: "withDataType(String dataType)"
|
|
nameWithType: "DiagnosticDataTableResponseColumn.withDataType(String dataType)"
|
|
summary: "Set the data<wbr>Type property: Data type of the column."
|
|
parameters:
|
|
- description: "the dataType value to set."
|
|
name: "dataType"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public DiagnosticDataTableResponseColumn withDataType(String dataType)"
|
|
desc: "Set the dataType property: Data type of the column."
|
|
returns:
|
|
description: "the DiagnosticDataTableResponseColumn object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn?alt=com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn&text=DiagnosticDataTableResponseColumn\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Diagnostics data column."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn?alt=com.azure.resourcemanager.appcontainers.models.DiagnosticDataTableResponseColumn&text=DiagnosticDataTableResponseColumn\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appcontainers.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appcontainers:1.0.0
|