Class DocumentSearchResultDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.SearchResultDTO
org.wso2.am.integration.clients.publisher.api.v1.dto.DocumentSearchResultDTO
DocumentSearchResultDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets docTypestatic enumGets or Sets sourceTypestatic enumGets or Sets visibilityNested classes/interfaces inherited from class org.wso2.am.integration.clients.publisher.api.v1.dto.SearchResultDTO
SearchResultDTO.TypeEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.wso2.am.integration.clients.publisher.api.v1.dto.SearchResultDTO
name, SERIALIZED_NAME_ID, SERIALIZED_NAME_NAME, SERIALIZED_NAME_TRANSPORT_TYPE, SERIALIZED_NAME_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiProvider(String apiProvider) apiVersion(String apiVersion) associatedType(String associatedType) booleanThe name of the associated APIGet apiProviderGet apiUUIDThe version of the associated APIGet associatedTypeGet docTypeGet otherTypeNameGet sourceTypeGet sourceUrlGet summaryGet visibilityinthashCode()otherTypeName(String otherTypeName) voidsetApiName(String apiName) voidsetApiProvider(String apiProvider) voidsetApiUUID(String apiUUID) voidsetApiVersion(String apiVersion) voidsetAssociatedType(String associatedType) voidvoidsetOtherTypeName(String otherTypeName) voidsetSourceType(DocumentSearchResultDTO.SourceTypeEnum sourceType) voidsetSourceUrl(String sourceUrl) voidsetSummary(String summary) voidsetVisibility(DocumentSearchResultDTO.VisibilityEnum visibility) sourceType(DocumentSearchResultDTO.SourceTypeEnum sourceType) toString()visibility(DocumentSearchResultDTO.VisibilityEnum visibility) Methods inherited from class org.wso2.am.integration.clients.publisher.api.v1.dto.SearchResultDTO
getId, getName, getTransportType, getType, id, name, setId, setName, setTransportType, setType, transportType, type
-
Field Details
-
SERIALIZED_NAME_DOC_TYPE
- See Also:
-
SERIALIZED_NAME_SUMMARY
- See Also:
-
SERIALIZED_NAME_SOURCE_TYPE
- See Also:
-
SERIALIZED_NAME_SOURCE_URL
- See Also:
-
SERIALIZED_NAME_OTHER_TYPE_NAME
- See Also:
-
SERIALIZED_NAME_VISIBILITY
- See Also:
-
SERIALIZED_NAME_API_NAME
- See Also:
-
SERIALIZED_NAME_API_VERSION
- See Also:
-
SERIALIZED_NAME_API_PROVIDER
- See Also:
-
SERIALIZED_NAME_API_U_U_I_D
- See Also:
-
SERIALIZED_NAME_ASSOCIATED_TYPE
- See Also:
-
-
Constructor Details
-
DocumentSearchResultDTO
public DocumentSearchResultDTO()
-
-
Method Details
-
docType
-
getDocType
Get docType- Returns:
- docType
-
setDocType
-
summary
-
getSummary
Get summary- Returns:
- summary
-
setSummary
-
sourceType
-
getSourceType
Get sourceType- Returns:
- sourceType
-
setSourceType
-
sourceUrl
-
getSourceUrl
Get sourceUrl- Returns:
- sourceUrl
-
setSourceUrl
-
otherTypeName
-
getOtherTypeName
Get otherTypeName- Returns:
- otherTypeName
-
setOtherTypeName
-
visibility
-
getVisibility
Get visibility- Returns:
- visibility
-
setVisibility
-
apiName
-
getApiName
The name of the associated API- Returns:
- apiName
-
setApiName
-
apiVersion
-
getApiVersion
The version of the associated API- Returns:
- apiVersion
-
setApiVersion
-
apiProvider
-
getApiProvider
Get apiProvider- Returns:
- apiProvider
-
setApiProvider
-
apiUUID
-
getApiUUID
Get apiUUID- Returns:
- apiUUID
-
setApiUUID
-
associatedType
-
getAssociatedType
Get associatedType- Returns:
- associatedType
-
setAssociatedType
-
equals
- Overrides:
equalsin classSearchResultDTO
-
hashCode
public int hashCode()- Overrides:
hashCodein classSearchResultDTO
-
toString
- Overrides:
toStringin classSearchResultDTO
-