Поделиться через


VendorDetails Class

  • java.lang.Object
    • com.azure.resourcemanager.hybridnetwork.fluent.models.VendorDetails

public final class VendorDetails

The network function vendor details.

Constructor Summary

Constructor Description
VendorDetails()

Creates an instance of VendorDetails class.

Method Summary

Modifier and Type Method and Description
List<SkuOverviewInner> skuList()

Get the skuList property: The network function sku list.

void validate()

Validates the instance.

String vendorName()

Get the vendorName property: The network function vendor name.

VendorDetails withSkuList(List<SkuOverviewInner> skuList)

Set the skuList property: The network function sku list.

VendorDetails withVendorName(String vendorName)

Set the vendorName property: The network function vendor name.

Methods inherited from java.lang.Object

Constructor Details

VendorDetails

public VendorDetails()

Creates an instance of VendorDetails class.

Method Details

skuList

public List<SkuOverviewInner> skuList()

Get the skuList property: The network function sku list.

Returns:

the skuList value.

validate

public void validate()

Validates the instance.

vendorName

public String vendorName()

Get the vendorName property: The network function vendor name.

Returns:

the vendorName value.

withSkuList

public VendorDetails withSkuList(List<SkuOverviewInner> skuList)

Set the skuList property: The network function sku list.

Parameters:

skuList - the skuList value to set.

Returns:

the VendorDetails object itself.

withVendorName

public VendorDetails withVendorName(String vendorName)

Set the vendorName property: The network function vendor name.

Parameters:

vendorName - the vendorName value to set.

Returns:

the VendorDetails object itself.

Applies to