Class WSDLInfoDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.dto.WSDLInfoDTO
-
public class WSDLInfoDTO extends Object
WSDLInfoDTO
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWSDLInfoDTO.TypeEnumIndicates whether the WSDL is a single WSDL or an archive in ZIP format
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_TYPE
-
Constructor Summary
Constructors Constructor Description WSDLInfoDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)WSDLInfoDTO.TypeEnumgetType()Indicates whether the WSDL is a single WSDL or an archive in ZIP formatinthashCode()voidsetType(WSDLInfoDTO.TypeEnum type)StringtoString()WSDLInfoDTOtype(WSDLInfoDTO.TypeEnum type)
-
-
-
Field Detail
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public WSDLInfoDTO type(WSDLInfoDTO.TypeEnum type)
-
getType
@Nullable public WSDLInfoDTO.TypeEnum getType()
Indicates whether the WSDL is a single WSDL or an archive in ZIP format- Returns:
- type
-
setType
public void setType(WSDLInfoDTO.TypeEnum type)
-
-