public static class ListClientUserDefineRulesResponse.Rule extends Object
构造器和说明 |
---|
Rule() |
限定符和类型 | 方法和说明 |
---|---|
Integer |
getActionType() |
Long |
getId() |
String |
getName() |
String |
getPlatform() |
String |
getSwitchId() |
Integer |
getType() |
void |
setActionType(Integer actionType) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setPlatform(String platform) |
void |
setSwitchId(String switchId) |
void |
setType(Integer type) |
public Integer getType()
public void setType(Integer type)
public String getName()
public void setName(String name)
public String getSwitchId()
public void setSwitchId(String switchId)
public Long getId()
public void setId(Long id)
public Integer getActionType()
public void setActionType(Integer actionType)
public String getPlatform()
public void setPlatform(String platform)
Copyright © 2023. All rights reserved.