public class UserActionSetsAddRequest extends Object
| 构造器和说明 |
|---|
UserActionSetsAddRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
UserActionSetsAddRequest |
accountId(Long accountId) |
UserActionSetsAddRequest |
description(String description) |
boolean |
equals(Object o) |
Long |
getAccountId()
Get accountId
|
String |
getDescription()
Get description
|
Long |
getMobileAppId()
Get mobileAppId
|
String |
getName()
Get name
|
AmUserActionSetType |
getType()
Get type
|
int |
hashCode() |
UserActionSetsAddRequest |
mobileAppId(Long mobileAppId) |
UserActionSetsAddRequest |
name(String name) |
void |
setAccountId(Long accountId) |
void |
setDescription(String description) |
void |
setMobileAppId(Long mobileAppId) |
void |
setName(String name) |
void |
setType(AmUserActionSetType type) |
String |
toString() |
UserActionSetsAddRequest |
type(AmUserActionSetType type) |
public UserActionSetsAddRequest accountId(Long accountId)
public Long getAccountId()
public void setAccountId(Long accountId)
public UserActionSetsAddRequest type(AmUserActionSetType type)
public AmUserActionSetType getType()
public void setType(AmUserActionSetType type)
public UserActionSetsAddRequest mobileAppId(Long mobileAppId)
public Long getMobileAppId()
public void setMobileAppId(Long mobileAppId)
public UserActionSetsAddRequest name(String name)
public String getName()
public void setName(String name)
public UserActionSetsAddRequest description(String description)
public String getDescription()
public void setDescription(String description)
Copyright © 2020. All rights reserved.