public class WSDLValidationResponseWsdlInfoEndpointsDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_LOCATION |
static String |
SERIALIZED_NAME_NAME |
| Constructor and Description |
|---|
WSDLValidationResponseWsdlInfoEndpointsDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLocation()
Endpoint URL
|
String |
getName()
Name of the endpoint
|
int |
hashCode() |
WSDLValidationResponseWsdlInfoEndpointsDTO |
location(String location) |
WSDLValidationResponseWsdlInfoEndpointsDTO |
name(String name) |
void |
setLocation(String location) |
void |
setName(String name) |
String |
toString() |
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_LOCATION
public WSDLValidationResponseWsdlInfoEndpointsDTO()
public WSDLValidationResponseWsdlInfoEndpointsDTO name(String name)
public void setName(String name)
public WSDLValidationResponseWsdlInfoEndpointsDTO location(String location)
public void setLocation(String location)
Copyright © 2021 WSO2 Inc. All rights reserved.