Class Column
java.lang.Object
com.azure.resourcemanager.loganalytics.models.Column
- All Implemented Interfaces:
com.azure.json.JsonSerializable<Column>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the dataTypeHint property: Column data type logical hint.Get the description property: Column description.Get the displayName property: Column display name.static ColumnfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Column from the JsonReader.Get the isDefaultDisplay property: Is displayed by default.isHidden()Get the isHidden property: Is column hidden.name()Get the name property: Column name.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) type()Get the type property: Column data type.withDataTypeHint(ColumnDataTypeHintEnum dataTypeHint) Set the dataTypeHint property: Column data type logical hint.withDescription(String description) Set the description property: Column description.withDisplayName(String displayName) Set the displayName property: Column display name.Set the name property: Column name.withType(ColumnTypeEnum type) Set the type property: Column data type.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
Column
public Column()Creates an instance of Column class.
-
-
Method Details
-
name
-
withName
-
type
-
withType
Set the type property: Column data type.- Parameters:
type- the type value to set.- Returns:
- the Column object itself.
-
dataTypeHint
Get the dataTypeHint property: Column data type logical hint.- Returns:
- the dataTypeHint value.
-
withDataTypeHint
Set the dataTypeHint property: Column data type logical hint.- Parameters:
dataTypeHint- the dataTypeHint value to set.- Returns:
- the Column object itself.
-
displayName
Get the displayName property: Column display name.- Returns:
- the displayName value.
-
withDisplayName
-
description
Get the description property: Column description.- Returns:
- the description value.
-
withDescription
-
isDefaultDisplay
Get the isDefaultDisplay property: Is displayed by default.- Returns:
- the isDefaultDisplay value.
-
isHidden
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<Column>- Throws:
IOException
-
fromJson
Reads an instance of Column from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of Column if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException- If an error occurs while reading the Column.
-