Class HeatMapEndpoint
- java.lang.Object
-
- com.azure.resourcemanager.trafficmanager.models.HeatMapEndpoint
-
public final class HeatMapEndpoint extends Object
Class which is a sparse representation of a Traffic Manager endpoint.
-
-
Constructor Summary
Constructors Constructor Description HeatMapEndpoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerendpointId()Get the endpointId property: A number uniquely identifying this endpoint in query experiences.StringresourceId()Get the resourceId property: The ARM Resource ID of this Traffic Manager endpoint.voidvalidate()Validates the instance.HeatMapEndpointwithEndpointId(Integer endpointId)Set the endpointId property: A number uniquely identifying this endpoint in query experiences.HeatMapEndpointwithResourceId(String resourceId)Set the resourceId property: The ARM Resource ID of this Traffic Manager endpoint.
-
-
-
Method Detail
-
resourceId
public String resourceId()
Get the resourceId property: The ARM Resource ID of this Traffic Manager endpoint.- Returns:
- the resourceId value.
-
withResourceId
public HeatMapEndpoint withResourceId(String resourceId)
Set the resourceId property: The ARM Resource ID of this Traffic Manager endpoint.- Parameters:
resourceId- the resourceId value to set.- Returns:
- the HeatMapEndpoint object itself.
-
endpointId
public Integer endpointId()
Get the endpointId property: A number uniquely identifying this endpoint in query experiences.- Returns:
- the endpointId value.
-
withEndpointId
public HeatMapEndpoint withEndpointId(Integer endpointId)
Set the endpointId property: A number uniquely identifying this endpoint in query experiences.- Parameters:
endpointId- the endpointId value to set.- Returns:
- the HeatMapEndpoint object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-