Class WsdlService

java.lang.Object
com.azure.resourcemanager.logic.models.WsdlService

public final class WsdlService extends Object
The WSDL service.
  • Constructor Details

    • WsdlService

      public WsdlService()
      Creates an instance of WsdlService class.
  • Method Details

    • qualifiedName

      public String qualifiedName()
      Get the qualifiedName property: The qualified name.
      Returns:
      the qualifiedName value.
    • withQualifiedName

      public WsdlService withQualifiedName(String qualifiedName)
      Set the qualifiedName property: The qualified name.
      Parameters:
      qualifiedName - the qualifiedName value to set.
      Returns:
      the WsdlService object itself.
    • endpointQualifiedNames

      public List<String> endpointQualifiedNames()
      Get the endpointQualifiedNames property: The list of endpoints' qualified names.
      Returns:
      the endpointQualifiedNames value.
    • withEndpointQualifiedNames

      public WsdlService withEndpointQualifiedNames(List<String> endpointQualifiedNames)
      Set the endpointQualifiedNames property: The list of endpoints' qualified names.
      Parameters:
      endpointQualifiedNames - the endpointQualifiedNames value to set.
      Returns:
      the WsdlService object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.