Uses of Class
com.azure.resourcemanager.agrifood.models.Insight
Packages that use Insight
Package
Description
Package containing the data models for AgriFoodManagementClient.
-
Uses of Insight in com.azure.resourcemanager.agrifood.models
Methods in com.azure.resourcemanager.agrifood.models that return InsightModifier and TypeMethodDescriptionstatic InsightInsight.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Insight from the JsonReader.SolutionEvaluatedOutput.insightResponse()Get the insightResponse property: The insightResponse property.Insight.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: The createdDateTime property.Insight.withDescription(String description) Set the description property: The description property.Set the etag property: The eTag property.Insight.withFarmerId(String farmerId) Set the farmerId property: The farmerId property.Set the id property: The id property.Insight.withInsightEndDateTime(OffsetDateTime insightEndDateTime) Set the insightEndDateTime property: The insightEndDateTime property.Insight.withInsightStartDateTime(OffsetDateTime insightStartDateTime) Set the insightStartDateTime property: The insightStartDateTime property.Insight.withMeasures(Map<String, Measure> measures) Set the measures property: Dictionary of <Measure>.Insight.withModelId(String modelId) Set the modelId property: The modelId property.Insight.withModelVersion(String modelVersion) Set the modelVersion property: The modelVersion property.Insight.withModifiedDateTime(OffsetDateTime modifiedDateTime) Set the modifiedDateTime property: The modifiedDateTime property.Set the name property: The name property.Insight.withProperties(Map<String, Object> properties) Set the properties property: Dictionary of <any>.Insight.withResourceId(String resourceId) Set the resourceId property: The resourceId property.Insight.withResourceType(String resourceType) Set the resourceType property: The resourceType property.Insight.withStatus(String status) Set the status property: The status property.Methods in com.azure.resourcemanager.agrifood.models with parameters of type InsightModifier and TypeMethodDescriptionSolutionEvaluatedOutput.withInsightResponse(Insight insightResponse) Set the insightResponse property: The insightResponse property.