Class GenericAspect


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2022-10-18T12:49:45.903581Z[Etc/UTC]")
    public class GenericAspect
    extends java.lang.Object
    Generic record structure for serializing an Aspect
    • Constructor Detail

      • GenericAspect

        public GenericAspect()
    • Method Detail

      • contentType

        public GenericAspect contentType​(java.lang.String contentType)
      • getContentType

        @NotNull
        public @NotNull java.lang.String getContentType()
        The content type, which represents the fashion in which the aspect was serialized. The only type currently supported is application/json.
        Returns:
        contentType
      • setContentType

        public void setContentType​(java.lang.String contentType)
      • 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