Skip to content

Commit

Permalink
- updates codegen failes for casing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Oct 7, 2020
1 parent 81646d8 commit af2f106
Show file tree
Hide file tree
Showing 1,236 changed files with 5,629 additions and 5,629 deletions.
Expand Up @@ -31,79 +31,79 @@ public class CallRecord extends Entity implements IJsonBackedObject {
* The End Date Time.
* UTC time when the last user left the call. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
*/
@SerializedName("endDateTime")
@SerializedName(value = "endDateTime", alternate = {"EndDateTime"})
@Expose
public java.util.Calendar endDateTime;

/**
* The Join Web Url.
* Meeting URL associated to the call. May not be available for a peerToPeer call record type.
*/
@SerializedName("joinWebUrl")
@SerializedName(value = "joinWebUrl", alternate = {"JoinWebUrl"})
@Expose
public String joinWebUrl;

/**
* The Last Modified Date Time.
* UTC time when the call record was created. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
*/
@SerializedName("lastModifiedDateTime")
@SerializedName(value = "lastModifiedDateTime", alternate = {"LastModifiedDateTime"})
@Expose
public java.util.Calendar lastModifiedDateTime;

/**
* The Modalities.
* List of all the modalities used in the call. Possible values are: unknown, audio, video, videoBasedScreenSharing, data, screenSharing, unknownFutureValue.
*/
@SerializedName("modalities")
@SerializedName(value = "modalities", alternate = {"Modalities"})
@Expose
public java.util.List<Modality> modalities;

/**
* The Organizer.
* The organizing party's identity.
*/
@SerializedName("organizer")
@SerializedName(value = "organizer", alternate = {"Organizer"})
@Expose
public IdentitySet organizer;

/**
* The Participants.
* List of distinct identities involved in the call.
*/
@SerializedName("participants")
@SerializedName(value = "participants", alternate = {"Participants"})
@Expose
public java.util.List<IdentitySet> participants;

/**
* The Start Date Time.
* UTC time when the first user joined the call. The DatetimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'
*/
@SerializedName("startDateTime")
@SerializedName(value = "startDateTime", alternate = {"StartDateTime"})
@Expose
public java.util.Calendar startDateTime;

/**
* The Type.
* Indicates the type of the call. Possible values are: unknown, groupCall, peerToPeer, unknownFutureValue.
*/
@SerializedName("type")
@SerializedName(value = "type", alternate = {"Type"})
@Expose
public CallType type;

/**
* The Version.
* Monotonically increasing version of the call record. Higher version call records with the same id includes additional data compared to the lower version.
*/
@SerializedName("version")
@SerializedName(value = "version", alternate = {"Version"})
@Expose
public Long version;

/**
* The Sessions.
* List of sessions involved in the call. Peer-to-peer calls typically only have one session, whereas group calls typically have at least one session per participant. Read-only. Nullable.
*/
@SerializedName("sessions")
@SerializedName(value = "sessions", alternate = {"Sessions"})
@Expose
public SessionCollectionPage sessions;

Expand Down
Expand Up @@ -28,15 +28,15 @@ public class ClientUserAgent extends UserAgent implements IJsonBackedObject {
* The Platform.
* Identifies the platform used by this endpoint. Possible values are: unknown, windows, macOS, iOS, android, web, ipPhone, roomSystem, surfaceHub, holoLens, unknownFutureValue.
*/
@SerializedName("platform")
@SerializedName(value = "platform", alternate = {"Platform"})
@Expose
public ClientPlatform platform;

/**
* The Product Family.
* Identifies the family of application software used by this endpoint. Possible values are: unknown, teams, skypeForBusiness, lync, unknownFutureValue.
*/
@SerializedName("productFamily")
@SerializedName(value = "productFamily", alternate = {"ProductFamily"})
@Expose
public ProductFamily productFamily;

Expand Down
Expand Up @@ -35,167 +35,167 @@ public final AdditionalDataManager additionalDataManager() {
* The Capture Device Driver.
* Name of the capture device driver used by the media endpoint.
*/
@SerializedName("captureDeviceDriver")
@SerializedName(value = "captureDeviceDriver", alternate = {"CaptureDeviceDriver"})
@Expose
public String captureDeviceDriver;

/**
* The Capture Device Name.
* Name of the capture device used by the media endpoint.
*/
@SerializedName("captureDeviceName")
@SerializedName(value = "captureDeviceName", alternate = {"CaptureDeviceName"})
@Expose
public String captureDeviceName;

/**
* The Capture Not Functioning Event Ratio.
* Fraction of the call that the media endpoint detected the capture device was not working properly.
*/
@SerializedName("captureNotFunctioningEventRatio")
@SerializedName(value = "captureNotFunctioningEventRatio", alternate = {"CaptureNotFunctioningEventRatio"})
@Expose
public float captureNotFunctioningEventRatio;

/**
* The Cpu Insufficent Event Ratio.
* Fraction of the call that the media endpoint detected the CPU resources available were insufficient and caused poor quality of the audio sent and received.
*/
@SerializedName("cpuInsufficentEventRatio")
@SerializedName(value = "cpuInsufficentEventRatio", alternate = {"CpuInsufficentEventRatio"})
@Expose
public float cpuInsufficentEventRatio;

/**
* The Device Clipping Event Ratio.
* Fraction of the call that the media endpoint detected clipping in the captured audio that caused poor quality of the audio being sent.
*/
@SerializedName("deviceClippingEventRatio")
@SerializedName(value = "deviceClippingEventRatio", alternate = {"DeviceClippingEventRatio"})
@Expose
public float deviceClippingEventRatio;

/**
* The Device Glitch Event Ratio.
* Fraction of the call that the media endpoint detected glitches or gaps in the audio played or captured that caused poor quality of the audio being sent or received.
*/
@SerializedName("deviceGlitchEventRatio")
@SerializedName(value = "deviceGlitchEventRatio", alternate = {"DeviceGlitchEventRatio"})
@Expose
public float deviceGlitchEventRatio;

/**
* The Howling Event Count.
* Number of times during the call that the media endpoint detected howling or screeching audio.
*/
@SerializedName("howlingEventCount")
@SerializedName(value = "howlingEventCount", alternate = {"HowlingEventCount"})
@Expose
public Integer howlingEventCount;

/**
* The Initial Signal Level Root Mean Square.
* The root mean square (RMS) of the incoming signal of up to the first 30 seconds of the call.
*/
@SerializedName("initialSignalLevelRootMeanSquare")
@SerializedName(value = "initialSignalLevelRootMeanSquare", alternate = {"InitialSignalLevelRootMeanSquare"})
@Expose
public float initialSignalLevelRootMeanSquare;

/**
* The Low Speech Level Event Ratio.
* Fraction of the call that the media endpoint detected low speech level that caused poor quality of the audio being sent.
*/
@SerializedName("lowSpeechLevelEventRatio")
@SerializedName(value = "lowSpeechLevelEventRatio", alternate = {"LowSpeechLevelEventRatio"})
@Expose
public float lowSpeechLevelEventRatio;

/**
* The Low Speech To Noise Event Ratio.
* Fraction of the call that the media endpoint detected low speech to noise level that caused poor quality of the audio being sent.
*/
@SerializedName("lowSpeechToNoiseEventRatio")
@SerializedName(value = "lowSpeechToNoiseEventRatio", alternate = {"LowSpeechToNoiseEventRatio"})
@Expose
public float lowSpeechToNoiseEventRatio;

/**
* The Mic Glitch Rate.
* Glitches per 5 minute interval for the media endpoint's microphone.
*/
@SerializedName("micGlitchRate")
@SerializedName(value = "micGlitchRate", alternate = {"MicGlitchRate"})
@Expose
public float micGlitchRate;

/**
* The Received Noise Level.
* Average energy level of received audio for audio classified as mono noise or left channel of stereo noise by the media endpoint.
*/
@SerializedName("receivedNoiseLevel")
@SerializedName(value = "receivedNoiseLevel", alternate = {"ReceivedNoiseLevel"})
@Expose
public Integer receivedNoiseLevel;

/**
* The Received Signal Level.
* Average energy level of received audio for audio classified as mono speech, or left channel of stereo speech by the media endpoint.
*/
@SerializedName("receivedSignalLevel")
@SerializedName(value = "receivedSignalLevel", alternate = {"ReceivedSignalLevel"})
@Expose
public Integer receivedSignalLevel;

/**
* The Render Device Driver.
* Name of the render device driver used by the media endpoint.
*/
@SerializedName("renderDeviceDriver")
@SerializedName(value = "renderDeviceDriver", alternate = {"RenderDeviceDriver"})
@Expose
public String renderDeviceDriver;

/**
* The Render Device Name.
* Name of the render device used by the media endpoint.
*/
@SerializedName("renderDeviceName")
@SerializedName(value = "renderDeviceName", alternate = {"RenderDeviceName"})
@Expose
public String renderDeviceName;

/**
* The Render Mute Event Ratio.
* Fraction of the call that media endpoint detected device render is muted.
*/
@SerializedName("renderMuteEventRatio")
@SerializedName(value = "renderMuteEventRatio", alternate = {"RenderMuteEventRatio"})
@Expose
public float renderMuteEventRatio;

/**
* The Render Not Functioning Event Ratio.
* Fraction of the call that the media endpoint detected the render device was not working properly.
*/
@SerializedName("renderNotFunctioningEventRatio")
@SerializedName(value = "renderNotFunctioningEventRatio", alternate = {"RenderNotFunctioningEventRatio"})
@Expose
public float renderNotFunctioningEventRatio;

/**
* The Render Zero Volume Event Ratio.
* Fraction of the call that media endpoint detected device render volume is set to 0.
*/
@SerializedName("renderZeroVolumeEventRatio")
@SerializedName(value = "renderZeroVolumeEventRatio", alternate = {"RenderZeroVolumeEventRatio"})
@Expose
public float renderZeroVolumeEventRatio;

/**
* The Sent Noise Level.
* Average energy level of sent audio for audio classified as mono noise or left channel of stereo noise by the media endpoint.
*/
@SerializedName("sentNoiseLevel")
@SerializedName(value = "sentNoiseLevel", alternate = {"SentNoiseLevel"})
@Expose
public Integer sentNoiseLevel;

/**
* The Sent Signal Level.
* Average energy level of sent audio for audio classified as mono speech, or left channel of stereo speech by the media endpoint.
*/
@SerializedName("sentSignalLevel")
@SerializedName(value = "sentSignalLevel", alternate = {"SentSignalLevel"})
@Expose
public Integer sentSignalLevel;

/**
* The Speaker Glitch Rate.
* Glitches per 5 minute internal for the media endpoint's loudspeaker.
*/
@SerializedName("speakerGlitchRate")
@SerializedName(value = "speakerGlitchRate", alternate = {"SpeakerGlitchRate"})
@Expose
public float speakerGlitchRate;

Expand Down
Expand Up @@ -36,7 +36,7 @@ public final AdditionalDataManager additionalDataManager() {
* The User Agent.
* User-agent reported by this endpoint.
*/
@SerializedName("userAgent")
@SerializedName(value = "userAgent", alternate = {"UserAgent"})
@Expose
public UserAgent userAgent;

Expand Down
Expand Up @@ -36,15 +36,15 @@ public final AdditionalDataManager additionalDataManager() {
* The Reason.
* Classification of why a call or portion of a call failed.
*/
@SerializedName("reason")
@SerializedName(value = "reason", alternate = {"Reason"})
@Expose
public String reason;

/**
* The Stage.
* The stage when the failure occurred. Possible values are: unknown, callSetup, midcall, unknownFutureValue.
*/
@SerializedName("stage")
@SerializedName(value = "stage", alternate = {"Stage"})
@Expose
public FailureStage stage;

Expand Down
Expand Up @@ -38,47 +38,47 @@ public final AdditionalDataManager additionalDataManager() {
* The Callee Device.
* Device information associated with the callee endpoint of this media.
*/
@SerializedName("calleeDevice")
@SerializedName(value = "calleeDevice", alternate = {"CalleeDevice"})
@Expose
public DeviceInfo calleeDevice;

/**
* The Callee Network.
* Network information associated with the callee endpoint of this media.
*/
@SerializedName("calleeNetwork")
@SerializedName(value = "calleeNetwork", alternate = {"CalleeNetwork"})
@Expose
public NetworkInfo calleeNetwork;

/**
* The Caller Device.
* Device information associated with the caller endpoint of this media.
*/
@SerializedName("callerDevice")
@SerializedName(value = "callerDevice", alternate = {"CallerDevice"})
@Expose
public DeviceInfo callerDevice;

/**
* The Caller Network.
* Network information associated with the caller endpoint of this media.
*/
@SerializedName("callerNetwork")
@SerializedName(value = "callerNetwork", alternate = {"CallerNetwork"})
@Expose
public NetworkInfo callerNetwork;

/**
* The Label.
* How the media was identified during media negotiation stage.
*/
@SerializedName("label")
@SerializedName(value = "label", alternate = {"Label"})
@Expose
public String label;

/**
* The Streams.
* Network streams associated with this media.
*/
@SerializedName("streams")
@SerializedName(value = "streams", alternate = {"Streams"})
@Expose
public java.util.List<MediaStream> streams;

Expand Down

0 comments on commit af2f106

Please sign in to comment.