Class StackoneGetLogRequest


  • public class StackoneGetLogRequest
    extends java.lang.Object
    • Constructor Detail

      • StackoneGetLogRequest

        public StackoneGetLogRequest​(java.lang.String id,
                                     org.openapitools.jackson.nullable.JsonNullable<? extends Include> include)
      • StackoneGetLogRequest

        public StackoneGetLogRequest​(java.lang.String id)
    • Method Detail

      • id

        public java.lang.String id()
      • include

        public org.openapitools.jackson.nullable.JsonNullable<Include> include()
        The include parameter allows you to include additional data in the response.
      • withInclude

        public StackoneGetLogRequest withInclude​(Include include)
        The include parameter allows you to include additional data in the response.
      • withInclude

        public StackoneGetLogRequest withInclude​(org.openapitools.jackson.nullable.JsonNullable<? extends Include> include)
        The include parameter allows you to include additional data in the response.
      • 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