Class HeatMapModelInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.trafficmanager.fluent.models.HeatMapModelInner
public final class HeatMapModelInner
extends com.azure.core.management.ProxyResource
Class representing a Traffic Manager HeatMap.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the endpoints property: The endpoints used in this HeatMap calculation.endTime()Get the endTime property: The ending of the time window for this HeatMap, exclusive.Get the startTime property: The beginning of the time window for this HeatMap, inclusive.Get the trafficFlows property: The traffic flows produced in this HeatMap calculation.voidvalidate()Validates the instance.withEndpoints(List<HeatMapEndpoint> endpoints) Set the endpoints property: The endpoints used in this HeatMap calculation.withEndTime(OffsetDateTime endTime) Set the endTime property: The ending of the time window for this HeatMap, exclusive.withStartTime(OffsetDateTime startTime) Set the startTime property: The beginning of the time window for this HeatMap, inclusive.withTrafficFlows(List<TrafficFlow> trafficFlows) Set the trafficFlows property: The traffic flows produced in this HeatMap calculation.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
HeatMapModelInner
public HeatMapModelInner()Creates an instance of HeatMapModelInner class.
-
-
Method Details
-
startTime
Get the startTime property: The beginning of the time window for this HeatMap, inclusive.- Returns:
- the startTime value.
-
withStartTime
Set the startTime property: The beginning of the time window for this HeatMap, inclusive.- Parameters:
startTime- the startTime value to set.- Returns:
- the HeatMapModelInner object itself.
-
endTime
Get the endTime property: The ending of the time window for this HeatMap, exclusive.- Returns:
- the endTime value.
-
withEndTime
Set the endTime property: The ending of the time window for this HeatMap, exclusive.- Parameters:
endTime- the endTime value to set.- Returns:
- the HeatMapModelInner object itself.
-
endpoints
Get the endpoints property: The endpoints used in this HeatMap calculation.- Returns:
- the endpoints value.
-
withEndpoints
Set the endpoints property: The endpoints used in this HeatMap calculation.- Parameters:
endpoints- the endpoints value to set.- Returns:
- the HeatMapModelInner object itself.
-
trafficFlows
Get the trafficFlows property: The traffic flows produced in this HeatMap calculation.- Returns:
- the trafficFlows value.
-
withTrafficFlows
Set the trafficFlows property: The traffic flows produced in this HeatMap calculation.- Parameters:
trafficFlows- the trafficFlows value to set.- Returns:
- the HeatMapModelInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-