azure-docs-sdk-java/docs-ref-autogen/com.azure.monitor.query.mod...

164 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.monitor.query.models.LogsTableCell"
fullName: "com.azure.monitor.query.models.LogsTableCell"
name: "LogsTableCell"
nameWithType: "LogsTableCell"
summary: "Represents a single value of a specific row and column in <xref uid=\"com.azure.monitor.query.models.LogsTable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsTable\"></xref>."
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 **LogsTableCell**"
constructors:
- uid: "com.azure.monitor.query.models.LogsTableCell.LogsTableCell(java.lang.String,com.azure.monitor.query.models.LogsColumnType,int,int,java.lang.Object)"
fullName: "com.azure.monitor.query.models.LogsTableCell.LogsTableCell(String columnName, LogsColumnType columnType, int columnIndex, int rowIndex, Object rowValue)"
name: "LogsTableCell(String columnName, LogsColumnType columnType, int columnIndex, int rowIndex, Object rowValue)"
nameWithType: "LogsTableCell.LogsTableCell(String columnName, LogsColumnType columnType, int columnIndex, int rowIndex, Object rowValue)"
summary: "Creates an instance of <xref uid=\"com.azure.monitor.query.models.LogsTableCell\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsTableCell\"></xref>."
parameters:
- description: "The name of the column this cell is associated with."
name: "columnName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The data type of the value this cell contains."
name: "columnType"
type: "<xref href=\"com.azure.monitor.query.models.LogsColumnType?alt=com.azure.monitor.query.models.LogsColumnType&text=LogsColumnType\" data-throw-if-not-resolved=\"False\" />"
- description: "The column index of the column this cell is associated with."
name: "columnIndex"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- description: "The row index of the row this cell is associated with."
name: "rowIndex"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- description: "The value of the cell."
name: "rowValue"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
syntax: "public LogsTableCell(String columnName, LogsColumnType columnType, int columnIndex, int rowIndex, Object rowValue)"
desc: "Creates an instance of <xref uid=\"com.azure.monitor.query.models.LogsTableCell\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsTableCell\"></xref>."
methods:
- uid: "com.azure.monitor.query.models.LogsTableCell.getColumnIndex()"
fullName: "com.azure.monitor.query.models.LogsTableCell.getColumnIndex()"
name: "getColumnIndex()"
nameWithType: "LogsTableCell.getColumnIndex()"
summary: "Returns the column index of the column this cell is associated with."
syntax: "public int getColumnIndex()"
desc: "Returns the column index of the column this cell is associated with."
returns:
description: "the column index of the column this cell is associated with."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.monitor.query.models.LogsTableCell.getColumnName()"
fullName: "com.azure.monitor.query.models.LogsTableCell.getColumnName()"
name: "getColumnName()"
nameWithType: "LogsTableCell.getColumnName()"
summary: "Returns the name of the column this cell is associated with."
syntax: "public String getColumnName()"
desc: "Returns the name of the column this cell is associated with."
returns:
description: "the name of the column this cell is associated with."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.monitor.query.models.LogsTableCell.getColumnType()"
fullName: "com.azure.monitor.query.models.LogsTableCell.getColumnType()"
name: "getColumnType()"
nameWithType: "LogsTableCell.getColumnType()"
summary: "Returns the data type of the value this cell contains."
syntax: "public LogsColumnType getColumnType()"
desc: "Returns the data type of the value this cell contains."
returns:
description: "the data type of the value this cell contains."
type: "<xref href=\"com.azure.monitor.query.models.LogsColumnType?alt=com.azure.monitor.query.models.LogsColumnType&text=LogsColumnType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.monitor.query.models.LogsTableCell.getRowIndex()"
fullName: "com.azure.monitor.query.models.LogsTableCell.getRowIndex()"
name: "getRowIndex()"
nameWithType: "LogsTableCell.getRowIndex()"
summary: "Returns the row index of the row this cell is associated with."
syntax: "public int getRowIndex()"
desc: "Returns the row index of the row this cell is associated with."
returns:
description: "the row index of the row this cell is associated with."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.monitor.query.models.LogsTableCell.getValueAsBoolean()"
fullName: "com.azure.monitor.query.models.LogsTableCell.getValueAsBoolean()"
name: "getValueAsBoolean()"
nameWithType: "LogsTableCell.getValueAsBoolean()"
summary: "Returns the value as a boolean."
syntax: "public Boolean getValueAsBoolean()"
desc: "Returns the value as a boolean."
returns:
description: "the value as a boolean."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.monitor.query.models.LogsTableCell.getValueAsDateTime()"
fullName: "com.azure.monitor.query.models.LogsTableCell.getValueAsDateTime()"
name: "getValueAsDateTime()"
nameWithType: "LogsTableCell.getValueAsDateTime()"
summary: "Returns the value as an <xref uid=\"java.time.OffsetDateTime\" data-throw-if-not-resolved=\"false\" data-raw-source=\"OffsetDateTime\"></xref>."
syntax: "public OffsetDateTime getValueAsDateTime()"
desc: "Returns the value as an <xref uid=\"java.time.OffsetDateTime\" data-throw-if-not-resolved=\"false\" data-raw-source=\"OffsetDateTime\"></xref>."
returns:
description: "the value as an <xref uid=\"java.time.OffsetDateTime\" data-throw-if-not-resolved=\"false\" data-raw-source=\"OffsetDateTime\"></xref>."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.monitor.query.models.LogsTableCell.getValueAsDouble()"
fullName: "com.azure.monitor.query.models.LogsTableCell.getValueAsDouble()"
name: "getValueAsDouble()"
nameWithType: "LogsTableCell.getValueAsDouble()"
summary: "Returns the value as a double."
syntax: "public Double getValueAsDouble()"
desc: "Returns the value as a double."
returns:
description: "the value as a double."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
- uid: "com.azure.monitor.query.models.LogsTableCell.getValueAsDynamic()"
fullName: "com.azure.monitor.query.models.LogsTableCell.getValueAsDynamic()"
name: "getValueAsDynamic()"
nameWithType: "LogsTableCell.getValueAsDynamic()"
summary: "Returns the value as a dynamic type which can be deserialized into a model type from <xref uid=\"com.azure.core.util.BinaryData\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BinaryData\"></xref>."
syntax: "public BinaryData getValueAsDynamic()"
desc: "Returns the value as a dynamic type which can be deserialized into a model type from <xref uid=\"com.azure.core.util.BinaryData\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BinaryData\"></xref>."
returns:
description: "the value as a dynamic type which can be deserialized into a model type from <xref uid=\"com.azure.core.util.BinaryData\" data-throw-if-not-resolved=\"false\" data-raw-source=\"BinaryData\"></xref>."
type: "<xref href=\"com.azure.core.util.BinaryData?alt=com.azure.core.util.BinaryData&text=BinaryData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.monitor.query.models.LogsTableCell.getValueAsInteger()"
fullName: "com.azure.monitor.query.models.LogsTableCell.getValueAsInteger()"
name: "getValueAsInteger()"
nameWithType: "LogsTableCell.getValueAsInteger()"
summary: "Returns the value as an integer."
syntax: "public Integer getValueAsInteger()"
desc: "Returns the value as an integer."
returns:
description: "the value as an integer."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.monitor.query.models.LogsTableCell.getValueAsLong()"
fullName: "com.azure.monitor.query.models.LogsTableCell.getValueAsLong()"
name: "getValueAsLong()"
nameWithType: "LogsTableCell.getValueAsLong()"
summary: "Returns the value as a long."
syntax: "public Long getValueAsLong()"
desc: "Returns the value as a long."
returns:
description: "the value as a long."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.monitor.query.models.LogsTableCell.getValueAsString()"
fullName: "com.azure.monitor.query.models.LogsTableCell.getValueAsString()"
name: "getValueAsString()"
nameWithType: "LogsTableCell.getValueAsString()"
summary: "Returns the value as a string."
syntax: "public String getValueAsString()"
desc: "Returns the value as a string."
returns:
description: "the value as a string."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "Represents a single value of a specific row and column in <xref uid=\"com.azure.monitor.query.models.LogsTable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"LogsTable\"></xref>."
metadata: {}
package: "com.azure.monitor.query.models"
artifact: com.azure:azure-monitor-query:1.5.1