Class AddRoleToUserRequest

  • All Implemented Interfaces:
    java.io.Externalizable , java.io.Serializable , java.lang.Comparable , org.apache.avro.generic.GenericContainer , org.apache.avro.generic.GenericRecord , org.apache.avro.generic.IndexedRecord , org.apache.avro.specific.SpecificRecord

    
    public class AddRoleToUserRequest
    extends SpecificRecordBase implements SpecificRecord
                        
    • Constructor Detail

      • AddRoleToUserRequest

        AddRoleToUserRequest()
        Default constructor.
      • AddRoleToUserRequest

        AddRoleToUserRequest(String loginName, String roleId)
        All-args constructor.
        Parameters:
        loginName - The new value for loginName
        roleId - The new value for roleId
    • Method Detail

      • getLoginName

         String getLoginName()

        Gets the value of the 'loginName' field.

        Returns:

        The value of the 'loginName' field.

      • setLoginName

         void setLoginName(String value)

        Sets the value of the 'loginName' field.

        Parameters:
        value - the value to set.
      • getRoleId

         String getRoleId()

        Gets the value of the 'roleId' field.

        Returns:

        The value of the 'roleId' field.

      • setRoleId

         void setRoleId(String value)

        Sets the value of the 'roleId' field.

        Parameters:
        value - the value to set.
      • getEncoder

         static BinaryMessageEncoder<AddRoleToUserRequest> getEncoder()

        Return the BinaryMessageEncoder instance used by this class.

        Returns:

        the message encoder used by this class

      • getDecoder

         static BinaryMessageDecoder<AddRoleToUserRequest> getDecoder()

        Return the BinaryMessageDecoder instance used by this class.

        Returns:

        the message decoder used by this class

      • createDecoder

         static BinaryMessageDecoder<AddRoleToUserRequest> createDecoder(SchemaStore resolver)

        Create a new BinaryMessageDecoder instance for this class that uses the specified SchemaStore.

        Parameters:
        resolver - a SchemaStore used to find schemas by fingerprint
        Returns:

        a BinaryMessageDecoder instance for this class backed by the given SchemaStore

      • toByteBuffer

         ByteBuffer toByteBuffer()

        Serializes this AddRoleToUserRequest to a ByteBuffer.

        Returns:

        a buffer holding the serialized data for this instance

      • fromByteBuffer

         static AddRoleToUserRequest fromByteBuffer(ByteBuffer b)

        Deserializes a AddRoleToUserRequest from a ByteBuffer.

        Parameters:
        b - a byte buffer holding serialized data for an instance of this class
        Returns:

        a AddRoleToUserRequest instance decoded from the given buffer

      • newBuilder

         static AddRoleToUserRequest.Builder newBuilder(AddRoleToUserRequest other)

        Creates a new AddRoleToUserRequest RecordBuilder by copying an existing AddRoleToUserRequest instance.

        Parameters:
        other - The existing instance to copy.
        Returns:

        A new AddRoleToUserRequest RecordBuilder