Package com.docusign.admin.model
Class MemberGroupResponse
- java.lang.Object
-
- com.docusign.admin.model.MemberGroupResponse
-
public class MemberGroupResponse extends Object
MemberGroupResponse.
-
-
Constructor Summary
Constructors Constructor Description MemberGroupResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.LonggetId()Get id.StringgetName()Get name.StringgetType()Get type.inthashCode()Returns the HashCode.MemberGroupResponseid(Long id)id.MemberGroupResponsename(String name)name.voidsetId(Long id)setId.voidsetName(String name)setName.voidsetType(String type)setType.StringtoString()Converts the given object to string.MemberGroupResponsetype(String type)type.
-
-
-
Method Detail
-
id
public MemberGroupResponse id(Long id)
id.- Returns:
- MemberGroupResponse
-
getId
public Long getId()
Get id.- Returns:
- id
-
setId
public void setId(Long id)
setId.
-
name
public MemberGroupResponse name(String name)
name.- Returns:
- MemberGroupResponse
-
getName
public String getName()
Get name.- Returns:
- name
-
setName
public void setName(String name)
setName.
-
type
public MemberGroupResponse type(String type)
type.- Returns:
- MemberGroupResponse
-
getType
public String getType()
Get type.- Returns:
- type
-
setType
public void setType(String type)
setType.
-
equals
public boolean equals(Object o)
Compares objects.
-
-