com.alipay.api.domain.AlipayOpenPublicMenuDeleteModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alipay-sdk-java Show documentation
Show all versions of alipay-sdk-java Show documentation
Alipay openapi SDK for Java
Copyright © 2018 杭州蚂蚁金服
All rights reserved.
版权所有 (C)杭州蚂蚁金服
http://open.alipay.com
package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 默认菜单删除
*
* @author auto create
* @since 1.0, 2021-05-27 17:37:50
*/
public class AlipayOpenPublicMenuDeleteModel extends AlipayObject {
private static final long serialVersionUID = 5867828964337865758L;
/**
* 默认菜单菜单key,文本菜单为“default”,icon菜单为“iconDefault”
*/
@ApiField("menu_key")
private String menuKey;
public String getMenuKey() {
return this.menuKey;
}
public void setMenuKey(String menuKey) {
this.menuKey = menuKey;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy