Class OwnershipSource


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2023-01-10T23:10:21.701017Z[Etc/UTC]")
    public class OwnershipSource
    extends java.lang.Object
    Source/provider of the ownership information
    • Constructor Detail

      • OwnershipSource

        public OwnershipSource()
    • Method Detail

      • getType

        @NotNull
        @Valid
        public @NotNull @Valid OwnershipSourceType getType()
        Get type
        Returns:
        type
      • getUrl

        public java.lang.String getUrl()
        A reference URL for the source
        Returns:
        url
      • setUrl

        public void setUrl​(java.lang.String url)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object