public class com.microsoft.azure.management.appservice.implementation.SourceControlInner extends com.microsoft.azure.management.appservice.ProxyOnlyResource
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.appservice.implementation.SourceControlInner
  super_class: com.microsoft.azure.management.appservice.ProxyOnlyResource
{
  private java.lang.String token;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.token")

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

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

  private org.joda.time.DateTime expirationTime;
    descriptor: Lorg/joda/time/DateTime;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "properties.expirationTime")

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

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

  public com.microsoft.azure.management.appservice.implementation.SourceControlInner withToken(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SourceControlInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SourceControlInner this
        start local 1 // java.lang.String token
         0: .line 61
            aload 0 /* this */
            aload 1 /* token */
            putfield com.microsoft.azure.management.appservice.implementation.SourceControlInner.token:Ljava/lang/String;
         1: .line 62
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String token
        end local 0 // com.microsoft.azure.management.appservice.implementation.SourceControlInner this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/appservice/implementation/SourceControlInner;
            0    2     1  token  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      token  

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

  public com.microsoft.azure.management.appservice.implementation.SourceControlInner withTokenSecret(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SourceControlInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SourceControlInner this
        start local 1 // java.lang.String tokenSecret
         0: .line 81
            aload 0 /* this */
            aload 1 /* tokenSecret */
            putfield com.microsoft.azure.management.appservice.implementation.SourceControlInner.tokenSecret:Ljava/lang/String;
         1: .line 82
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String tokenSecret
        end local 0 // com.microsoft.azure.management.appservice.implementation.SourceControlInner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/appservice/implementation/SourceControlInner;
            0    2     1  tokenSecret  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      tokenSecret  

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

  public com.microsoft.azure.management.appservice.implementation.SourceControlInner withRefreshToken(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/appservice/implementation/SourceControlInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SourceControlInner this
        start local 1 // java.lang.String refreshToken
         0: .line 101
            aload 0 /* this */
            aload 1 /* refreshToken */
            putfield com.microsoft.azure.management.appservice.implementation.SourceControlInner.refreshToken:Ljava/lang/String;
         1: .line 102
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String refreshToken
        end local 0 // com.microsoft.azure.management.appservice.implementation.SourceControlInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/appservice/implementation/SourceControlInner;
            0    2     1  refreshToken  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      refreshToken  

  public org.joda.time.DateTime expirationTime();
    descriptor: ()Lorg/joda/time/DateTime;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.appservice.implementation.SourceControlInner this
         0: .line 111
            aload 0 /* this */
            getfield com.microsoft.azure.management.appservice.implementation.SourceControlInner.expirationTime:Lorg/joda/time/DateTime;
            areturn
        end local 0 // com.microsoft.azure.management.appservice.implementation.SourceControlInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/appservice/implementation/SourceControlInner;

  public com.microsoft.azure.management.appservice.implementation.SourceControlInner withExpirationTime(org.joda.time.DateTime);
    descriptor: (Lorg/joda/time/DateTime;)Lcom/microsoft/azure/management/appservice/implementation/SourceControlInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.appservice.implementation.SourceControlInner this
        start local 1 // org.joda.time.DateTime expirationTime
         0: .line 121
            aload 0 /* this */
            aload 1 /* expirationTime */
            putfield com.microsoft.azure.management.appservice.implementation.SourceControlInner.expirationTime:Lorg/joda/time/DateTime;
         1: .line 122
            aload 0 /* this */
            areturn
        end local 1 // org.joda.time.DateTime expirationTime
        end local 0 // com.microsoft.azure.management.appservice.implementation.SourceControlInner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/microsoft/azure/management/appservice/implementation/SourceControlInner;
            0    2     1  expirationTime  Lorg/joda/time/DateTime;
    MethodParameters:
                Name  Flags
      expirationTime  
}
SourceFile: "SourceControlInner.java"
    RuntimeVisibleAnnotations: 
      com.microsoft.rest.serializer.JsonFlatten()