Class ApplicationMenuCreateRequest

  • All Implemented Interfaces:
    Serializable

    @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class ApplicationMenuCreateRequest
    extends Object
    implements Serializable
    ApplicationMenuCreateRequest
    See Also:
    Serialized Form
    • Constructor Detail

      • ApplicationMenuCreateRequest

        public ApplicationMenuCreateRequest()
    • Method Detail

      • getDisplayName

        @Nullable
        public String getDisplayName()
        display name of the application menu
        Returns:
        displayName
      • setDisplayName

        public void setDisplayName​(String displayName)
      • getApplicationPageId

        @Nullable
        public String getApplicationPageId()
        the application menu page ID
        Returns:
        applicationPageId
      • setApplicationPageId

        public void setApplicationPageId​(String applicationPageId)
      • getMenuIndex

        @Nullable
        public String getMenuIndex()
        the application menu index
        Returns:
        menuIndex
      • setMenuIndex

        public void setMenuIndex​(String menuIndex)
      • getParentMenuId

        @Nullable
        public String getParentMenuId()
        the application parent menu ID
        Returns:
        parentMenuId
      • setParentMenuId

        public void setParentMenuId​(String parentMenuId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object