Class ApiAppListResponse


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class ApiAppListResponse
    extends java.lang.Object
    ApiAppListResponse
    • Field Detail

      • JSON_PROPERTY_API_APPS

        public static final java.lang.String JSON_PROPERTY_API_APPS
        See Also:
        Constant Field Values
      • JSON_PROPERTY_LIST_INFO

        public static final java.lang.String JSON_PROPERTY_LIST_INFO
        See Also:
        Constant Field Values
      • JSON_PROPERTY_WARNINGS

        public static final java.lang.String JSON_PROPERTY_WARNINGS
        See Also:
        Constant Field Values
    • Constructor Detail

      • ApiAppListResponse

        public ApiAppListResponse()
    • Method Detail

      • getApiApps

        @Nullable
        public java.util.List<ApiAppResponse> getApiApps()
        Contains information about API Apps.
        Returns:
        apiApps
      • setApiApps

        public void setApiApps​(java.util.List<ApiAppResponse> apiApps)
      • getListInfo

        @Nullable
        public ListInfoResponse getListInfo()
        Get listInfo
        Returns:
        listInfo
      • getWarnings

        @Nullable
        public java.util.List<WarningResponse> getWarnings()
        A list of warnings.
        Returns:
        warnings
      • setWarnings

        public void setWarnings​(java.util.List<WarningResponse> warnings)
      • equals

        public boolean equals​(java.lang.Object o)
        Return true if this ApiAppListResponse object is equal to 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
      • createFormData

        public java.util.Map<java.lang.String,​java.lang.Object> createFormData()
                                                                              throws ApiException
        Throws:
        ApiException