Reseller Class
- java.
lang. Object - com.
azure. resourcemanager. consumption. models. Reseller
- com.
Implements
public final class Reseller
implements JsonSerializable<Reseller>
The reseller properties.
Constructor Summary
| Constructor | Description |
|---|---|
| Reseller() |
Creates an instance of Reseller class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Reseller |
fromJson(JsonReader jsonReader)
Reads an instance of Reseller from the Json |
| String |
resellerDescription()
Get the reseller |
| 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
fromJson
public static Reseller fromJson(JsonReader jsonReader)
Reads an instance of Reseller from the JsonReader.
Parameters:
Returns:
Throws:
resellerDescription
public String resellerDescription()
Get the resellerDescription property: The reseller property description.
Returns:
resellerId
public String resellerId()
Get the resellerId property: The reseller property ID.
Returns:
toJson
validate
public void validate()
Validates the instance.