class GetGnbBadgeStatusResponse
Constants
- BADGESTATUS
- FIELDS
- UENREVISION
Public Instance Methods
struct_fields()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 12660 def struct_fields; FIELDS; end
validate()
click to toggle source
# File lib/linerb/gen-rb/takagi_chan_types.rb, line 12662 def validate unless @badgeStatus.nil? || ::G_a_m_a0_a::VALID_VALUES.include?(@badgeStatus) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field badgeStatus!') end end