bindPassword property

  1. @TagNumber(7)
String get bindPassword

Implementation

@$pb.TagNumber(7)
$core.String get bindPassword => $_getSZ(6);
  1. @TagNumber(7)
set bindPassword (String v)

Implementation

@$pb.TagNumber(7)
set bindPassword($core.String v) { $_setString(6, v); }