public class com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner extends com.microsoft.azure.ProxyResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner
  super_class: com.microsoft.azure.ProxyResource
{
  private com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters loadBalancingSettings;
    descriptor: Lcom/microsoft/azure/management/cdn/LoadBalancingSettingsParameters;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.loadBalancingSettings")

  private com.microsoft.azure.management.cdn.HealthProbeParameters healthProbeSettings;
    descriptor: Lcom/microsoft/azure/management/cdn/HealthProbeParameters;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.healthProbeSettings")

  private java.lang.Integer trafficRestorationTimeToHealedOrNewEndpointsInMinutes;
    descriptor: Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.trafficRestorationTimeToHealedOrNewEndpointsInMinutes")

  private com.microsoft.azure.management.cdn.ResponseBasedOriginErrorDetectionParameters responseBasedAfdOriginErrorDetectionSettings;
    descriptor: Lcom/microsoft/azure/management/cdn/ResponseBasedOriginErrorDetectionParameters;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.responseBasedAfdOriginErrorDetectionSettings")

  private com.microsoft.azure.management.cdn.EnabledState sessionAffinityState;
    descriptor: Lcom/microsoft/azure/management/cdn/EnabledState;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.sessionAffinityState")

  private com.microsoft.azure.management.cdn.AfdProvisioningState provisioningState;
    descriptor: Lcom/microsoft/azure/management/cdn/AfdProvisioningState;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.provisioningState", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.cdn.DeploymentStatus deploymentStatus;
    descriptor: Lcom/microsoft/azure/management/cdn/DeploymentStatus;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.deploymentStatus", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  private com.microsoft.azure.management.cdn.SystemData systemData;
    descriptor: Lcom/microsoft/azure/management/cdn/SystemData;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "systemData", access = com.fasterxml.jackson.annotation.JsonProperty$Access.WRITE_ONLY:Lcom/fasterxml/jackson/annotation/JsonProperty$Access;)

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
         0: .line 27
            aload 0 /* this */
            invokespecial com.microsoft.azure.ProxyResource.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/AFDOriginGroupInner;

  public com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters loadBalancingSettings();
    descriptor: ()Lcom/microsoft/azure/management/cdn/LoadBalancingSettingsParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
         0: .line 89
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner.loadBalancingSettings:Lcom/microsoft/azure/management/cdn/LoadBalancingSettingsParameters;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/AFDOriginGroupInner;

  public com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner withLoadBalancingSettings(com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters);
    descriptor: (Lcom/microsoft/azure/management/cdn/LoadBalancingSettingsParameters;)Lcom/microsoft/azure/management/cdn/implementation/AFDOriginGroupInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
        start local 1 // com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters loadBalancingSettings
         0: .line 99
            aload 0 /* this */
            aload 1 /* loadBalancingSettings */
            putfield com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner.loadBalancingSettings:Lcom/microsoft/azure/management/cdn/LoadBalancingSettingsParameters;
         1: .line 100
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.LoadBalancingSettingsParameters loadBalancingSettings
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    2     0                   this  Lcom/microsoft/azure/management/cdn/implementation/AFDOriginGroupInner;
            0    2     1  loadBalancingSettings  Lcom/microsoft/azure/management/cdn/LoadBalancingSettingsParameters;
    MethodParameters:
                       Name  Flags
      loadBalancingSettings  

  public com.microsoft.azure.management.cdn.HealthProbeParameters healthProbeSettings();
    descriptor: ()Lcom/microsoft/azure/management/cdn/HealthProbeParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
         0: .line 109
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner.healthProbeSettings:Lcom/microsoft/azure/management/cdn/HealthProbeParameters;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/AFDOriginGroupInner;

  public com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner withHealthProbeSettings(com.microsoft.azure.management.cdn.HealthProbeParameters);
    descriptor: (Lcom/microsoft/azure/management/cdn/HealthProbeParameters;)Lcom/microsoft/azure/management/cdn/implementation/AFDOriginGroupInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
        start local 1 // com.microsoft.azure.management.cdn.HealthProbeParameters healthProbeSettings
         0: .line 119
            aload 0 /* this */
            aload 1 /* healthProbeSettings */
            putfield com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner.healthProbeSettings:Lcom/microsoft/azure/management/cdn/HealthProbeParameters;
         1: .line 120
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.HealthProbeParameters healthProbeSettings
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lcom/microsoft/azure/management/cdn/implementation/AFDOriginGroupInner;
            0    2     1  healthProbeSettings  Lcom/microsoft/azure/management/cdn/HealthProbeParameters;
    MethodParameters:
                     Name  Flags
      healthProbeSettings  

  public java.lang.Integer trafficRestorationTimeToHealedOrNewEndpointsInMinutes();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
         0: .line 129
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner.trafficRestorationTimeToHealedOrNewEndpointsInMinutes:Ljava/lang/Integer;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/AFDOriginGroupInner;

  public com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner withTrafficRestorationTimeToHealedOrNewEndpointsInMinutes(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Lcom/microsoft/azure/management/cdn/implementation/AFDOriginGroupInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
        start local 1 // java.lang.Integer trafficRestorationTimeToHealedOrNewEndpointsInMinutes
         0: .line 139
            aload 0 /* this */
            aload 1 /* trafficRestorationTimeToHealedOrNewEndpointsInMinutes */
            putfield com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner.trafficRestorationTimeToHealedOrNewEndpointsInMinutes:Ljava/lang/Integer;
         1: .line 140
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Integer trafficRestorationTimeToHealedOrNewEndpointsInMinutes
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
      LocalVariableTable:
        Start  End  Slot                                                   Name  Signature
            0    2     0                                                   this  Lcom/microsoft/azure/management/cdn/implementation/AFDOriginGroupInner;
            0    2     1  trafficRestorationTimeToHealedOrNewEndpointsInMinutes  Ljava/lang/Integer;
    MethodParameters:
                                                       Name  Flags
      trafficRestorationTimeToHealedOrNewEndpointsInMinutes  

  public com.microsoft.azure.management.cdn.ResponseBasedOriginErrorDetectionParameters responseBasedAfdOriginErrorDetectionSettings();
    descriptor: ()Lcom/microsoft/azure/management/cdn/ResponseBasedOriginErrorDetectionParameters;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
         0: .line 149
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner.responseBasedAfdOriginErrorDetectionSettings:Lcom/microsoft/azure/management/cdn/ResponseBasedOriginErrorDetectionParameters;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/AFDOriginGroupInner;

  public com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner withResponseBasedAfdOriginErrorDetectionSettings(com.microsoft.azure.management.cdn.ResponseBasedOriginErrorDetectionParameters);
    descriptor: (Lcom/microsoft/azure/management/cdn/ResponseBasedOriginErrorDetectionParameters;)Lcom/microsoft/azure/management/cdn/implementation/AFDOriginGroupInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
        start local 1 // com.microsoft.azure.management.cdn.ResponseBasedOriginErrorDetectionParameters responseBasedAfdOriginErrorDetectionSettings
         0: .line 159
            aload 0 /* this */
            aload 1 /* responseBasedAfdOriginErrorDetectionSettings */
            putfield com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner.responseBasedAfdOriginErrorDetectionSettings:Lcom/microsoft/azure/management/cdn/ResponseBasedOriginErrorDetectionParameters;
         1: .line 160
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.ResponseBasedOriginErrorDetectionParameters responseBasedAfdOriginErrorDetectionSettings
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
      LocalVariableTable:
        Start  End  Slot                                          Name  Signature
            0    2     0                                          this  Lcom/microsoft/azure/management/cdn/implementation/AFDOriginGroupInner;
            0    2     1  responseBasedAfdOriginErrorDetectionSettings  Lcom/microsoft/azure/management/cdn/ResponseBasedOriginErrorDetectionParameters;
    MethodParameters:
                                              Name  Flags
      responseBasedAfdOriginErrorDetectionSettings  

  public com.microsoft.azure.management.cdn.EnabledState sessionAffinityState();
    descriptor: ()Lcom/microsoft/azure/management/cdn/EnabledState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
         0: .line 169
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner.sessionAffinityState:Lcom/microsoft/azure/management/cdn/EnabledState;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/AFDOriginGroupInner;

  public com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner withSessionAffinityState(com.microsoft.azure.management.cdn.EnabledState);
    descriptor: (Lcom/microsoft/azure/management/cdn/EnabledState;)Lcom/microsoft/azure/management/cdn/implementation/AFDOriginGroupInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
        start local 1 // com.microsoft.azure.management.cdn.EnabledState sessionAffinityState
         0: .line 179
            aload 0 /* this */
            aload 1 /* sessionAffinityState */
            putfield com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner.sessionAffinityState:Lcom/microsoft/azure/management/cdn/EnabledState;
         1: .line 180
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.cdn.EnabledState sessionAffinityState
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/azure/management/cdn/implementation/AFDOriginGroupInner;
            0    2     1  sessionAffinityState  Lcom/microsoft/azure/management/cdn/EnabledState;
    MethodParameters:
                      Name  Flags
      sessionAffinityState  

  public com.microsoft.azure.management.cdn.AfdProvisioningState provisioningState();
    descriptor: ()Lcom/microsoft/azure/management/cdn/AfdProvisioningState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
         0: .line 189
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner.provisioningState:Lcom/microsoft/azure/management/cdn/AfdProvisioningState;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/AFDOriginGroupInner;

  public com.microsoft.azure.management.cdn.DeploymentStatus deploymentStatus();
    descriptor: ()Lcom/microsoft/azure/management/cdn/DeploymentStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
         0: .line 198
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner.deploymentStatus:Lcom/microsoft/azure/management/cdn/DeploymentStatus;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/AFDOriginGroupInner;

  public com.microsoft.azure.management.cdn.SystemData systemData();
    descriptor: ()Lcom/microsoft/azure/management/cdn/SystemData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
         0: .line 207
            aload 0 /* this */
            getfield com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner.systemData:Lcom/microsoft/azure/management/cdn/SystemData;
            areturn
        end local 0 // com.microsoft.azure.management.cdn.implementation.AFDOriginGroupInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/cdn/implementation/AFDOriginGroupInner;
}
SourceFile: "AFDOriginGroupInner.java"
InnerClasses:
  public final Access = com.fasterxml.jackson.annotation.JsonProperty$Access of com.fasterxml.jackson.annotation.JsonProperty
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()