Class DocumentSearchResultAllOfDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.DocumentSearchResultAllOfDTO
DocumentSearchResultAllOfDTO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets docTypestatic enumGets or Sets sourceTypestatic enumGets or Sets visibility -
Field Summary
Fields -
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) voidvoidsetSourceUrl(String sourceUrl) voidsetSummary(String summary) voidtoString()
-
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
-
DocumentSearchResultAllOfDTO
public DocumentSearchResultAllOfDTO()
-
-
Method Details
-
docType
-
getDocType
Get docType- Returns:
- docType
-
setDocType
-
summary
-
getSummary
Get summary- Returns:
- summary
-
setSummary
-
sourceType
public DocumentSearchResultAllOfDTO sourceType(DocumentSearchResultAllOfDTO.SourceTypeEnum sourceType) -
getSourceType
Get sourceType- Returns:
- sourceType
-
setSourceType
-
sourceUrl
-
getSourceUrl
Get sourceUrl- Returns:
- sourceUrl
-
setSourceUrl
-
otherTypeName
-
getOtherTypeName
Get otherTypeName- Returns:
- otherTypeName
-
setOtherTypeName
-
visibility
public DocumentSearchResultAllOfDTO visibility(DocumentSearchResultAllOfDTO.VisibilityEnum 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
-
hashCode
public int hashCode() -
toString
-