HeatMapEndpoint Class
- java.
lang. Object - com.
azure. resourcemanager. trafficmanager. models. HeatMapEndpoint
- com.
Implements
public final class HeatMapEndpoint
implements JsonSerializable<HeatMapEndpoint>
Class which is a sparse representation of a Traffic Manager endpoint.
Constructor Summary
| Constructor | Description |
|---|---|
| HeatMapEndpoint() |
Creates an instance of Heat |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Integer |
endpointId()
Get the endpoint |
|
static
Heat |
fromJson(JsonReader jsonReader)
Reads an instance of Heat |
| String |
resourceId()
Get the resource |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Heat |
withEndpointId(Integer endpointId)
Set the endpoint |
|
Heat |
withResourceId(String resourceId)
Set the resource |
Methods inherited from java.lang.Object
Constructor Details
HeatMapEndpoint
public HeatMapEndpoint()
Creates an instance of HeatMapEndpoint class.
Method Details
endpointId
public Integer endpointId()
Get the endpointId property: A number uniquely identifying this endpoint in query experiences.
Returns:
fromJson
public static HeatMapEndpoint fromJson(JsonReader jsonReader)
Reads an instance of HeatMapEndpoint from the JsonReader.
Parameters:
Returns:
Throws:
resourceId
public String resourceId()
Get the resourceId property: The ARM Resource ID of this Traffic Manager endpoint.
Returns:
toJson
validate
public void validate()
Validates the instance.
withEndpointId
public HeatMapEndpoint withEndpointId(Integer endpointId)
Set the endpointId property: A number uniquely identifying this endpoint in query experiences.
Parameters:
Returns:
withResourceId
public HeatMapEndpoint withResourceId(String resourceId)
Set the resourceId property: The ARM Resource ID of this Traffic Manager endpoint.
Parameters:
Returns: