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