Reseller Class
- java.
lang. Object - com.
azure. resourcemanager. billing. models. Reseller
- com.
Implements
public class Reseller
implements JsonSerializable<Reseller>
Details of the reseller.
Constructor Summary
| Constructor | Description |
|---|---|
| Reseller() |
Creates an instance of Reseller class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: The name of the reseller. |
| static Reseller |
fromJson(JsonReader jsonReader)
Reads an instance of Reseller from the Json |
| String |
resellerId()
Get the reseller |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
Reseller
public Reseller()
Creates an instance of Reseller class.
Method Details
description
public String description()
Get the description property: The name of the reseller.
Returns:
fromJson
public static Reseller fromJson(JsonReader jsonReader)
Reads an instance of Reseller from the JsonReader.
Parameters:
Returns:
Throws:
resellerId
public String resellerId()
Get the resellerId property: The MPN ID of the reseller.
Returns:
toJson
validate
public void validate()
Validates the instance.