Class ArtifactInfoDTO
java.lang.Object
org.wso2.am.integration.clients.governance.api.dto.ArtifactInfoDTO
Detailed information about an artifact.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumExtended type of the artifact.static enumType of the artifact. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanextendedType(ArtifactInfoDTO.ExtendedTypeEnum extendedType) Extended type of the artifact.getName()Name of the artifact.getOwner()Owner of the artifact.getType()Type of the artifact.Version of the artifact.inthashCode()voidsetExtendedType(ArtifactInfoDTO.ExtendedTypeEnum extendedType) voidvoidvoidvoidsetVersion(String version) toString()type(ArtifactInfoDTO.TypeEnum type)
-
Field Details
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_EXTENDED_TYPE
- See Also:
-
SERIALIZED_NAME_VERSION
- See Also:
-
SERIALIZED_NAME_OWNER
- See Also:
-
-
Constructor Details
-
ArtifactInfoDTO
public ArtifactInfoDTO()
-
-
Method Details
-
name
-
getName
Name of the artifact.- Returns:
- name
-
setName
-
type
-
getType
Type of the artifact.- Returns:
- type
-
setType
-
extendedType
-
getExtendedType
Extended type of the artifact.- Returns:
- extendedType
-
setExtendedType
-
version
-
getVersion
Version of the artifact.- Returns:
- version
-
setVersion
-
owner
-
getOwner
Owner of the artifact.- Returns:
- owner
-
setOwner
-
equals
-
hashCode
public int hashCode() -
toString
-