Class WSDLValidationResponseWsdlInfoEndpointsDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.dto.WSDLValidationResponseWsdlInfoEndpointsDTO
-
public class WSDLValidationResponseWsdlInfoEndpointsDTO extends Object
WSDLValidationResponseWsdlInfoEndpointsDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_LOCATIONstatic StringSERIALIZED_NAME_NAME
-
Constructor Summary
Constructors Constructor Description WSDLValidationResponseWsdlInfoEndpointsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetLocation()Endpoint URLStringgetName()Name of the endpointinthashCode()WSDLValidationResponseWsdlInfoEndpointsDTOlocation(String location)WSDLValidationResponseWsdlInfoEndpointsDTOname(String name)voidsetLocation(String location)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LOCATION
public static final String SERIALIZED_NAME_LOCATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public WSDLValidationResponseWsdlInfoEndpointsDTO name(String name)
-
setName
public void setName(String name)
-
location
public WSDLValidationResponseWsdlInfoEndpointsDTO location(String location)
-
setLocation
public void setLocation(String location)
-
-