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