Link Class
- java.
lang. Object - com.
azure. resourcemanager. edgeorder. models. Link
- com.
Implements
public final class Link
implements JsonSerializable<Link>
Returns link related to the product.
Constructor Summary
| Constructor | Description |
|---|---|
| Link() |
Creates an instance of Link class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Link |
fromJson(JsonReader jsonReader)
Reads an instance of Link from the Json |
|
Link |
linkType()
Get the link |
| String |
linkUrl()
Get the link |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
Link
public Link()
Creates an instance of Link class.
Method Details
fromJson
public static Link fromJson(JsonReader jsonReader)
Reads an instance of Link from the JsonReader.
Parameters:
Returns:
Throws:
linkType
public LinkType linkType()
Get the linkType property: Type of link.
Returns:
linkUrl
public String linkUrl()
Get the linkUrl property: Url of the link.
Returns:
toJson
validate
public void validate()
Validates the instance.